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