This document is archived and information here might be outdated. Recommended version. |
Get the configuration status for a server object configuration with the specified Name and TypeName.
[Visual Basic .NET] Public Function GetConfigurationStatus ( _ ByVal Name As String, _ ByVal TypeName As String _ ) As IServerObjectConfigurationStatus
[C#] public IServerObjectConfigurationStatus GetConfigurationStatus ( string Name, string TypeName );
[C++]
HRESULT GetConfigurationStatus(
BSTR Name,
BSTR TypeName
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR