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