ServiceName Property
Summary
Gets or sets the name that identifies the service.
Syntax
public string ServiceName { get; set; }
public:
property String^ ServiceName {
String^ get();
void set ( String^ );
}
Property Value
A System.Stringthat represents the name that identifies the service.