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