[This is preliminary documentation and is subject to change.]
Gets or sets the SystemName.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public string SystemName { get; set; }
<XmlAttributeAttribute> _ <DataMemberAttribute(Order := )> _ Public Property SystemName As String
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public: property String^ SystemName { String^ get (); void set (String^ value); }