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