ServiceType Property (FileServiceProviderDefinition)
In This Topic
Syntax
'Declaration
Public MustOverride ReadOnly Property ServiceType As String
public abstract string ServiceType {get;}
public:
abstract property String^ ServiceType {
String^ get();
}
See Also