ServiceName Property (FileServiceProvider)
In This Topic
Display name for the service
Syntax
'Declaration
Public Property ServiceName As String
public string ServiceName {get; set;}
public:
property String^ ServiceName {
String^ get();
void set ( String^ value);
}
See Also