public UncInputType DCResistance { get; set; }Public Property DCResistance As UncInputType
Get
Setpublic:
property UncInputType^ DCResistance {
UncInputType^ get ();
void set (UncInputType^ value);
}member DCResistance : UncInputType with get, set