This document is archived and information here might be outdated. Recommended version. |
The default service properties.
[Visual Basic .NET]
Public Property DefaultServiceProperties As String
[C#]
public string DefaultServiceProperties {get; set;}
[C++]
HRESULT get_DefaultServiceProperties(
BSTR pServiceProperties
);
[C++]
HRESULT put_DefaultServiceProperties(
System.String* pServiceProperties
);
[C++] Parameters pServiceProperties [in]
pServiceProperties is a parameter of type BSTR pServiceProperties [out, retval]
pServiceProperties is a parameter of type BSTR*