public string ServiceDescription { get; set; }
Public Property ServiceDescription As String
Get
Set
public:
property String^ ServiceDescription {
String^ get ();
void set (String^ value);
}
member ServiceDescription : string with get, set
When present, a corresponding LanguageBaseAttributeIdList attribute will be added too.