ConnectionManagerBase.GetQualifierValue Method (String, String, String)
Gets the value of the specified property qualifier.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ConnectionManagerBase
Dim className As String
Dim propertyName As String
Dim qualifierName As String
Dim returnValue As Object
returnValue = instance.GetQualifierValue(className, propertyName, qualifierName)
Syntax
'Declaration
Public MustOverride Function GetQualifierValue ( _
className As String, _
propertyName As String, _
qualifierName As String _
) As Object
public abstract Object GetQualifierValue (
string className,
string propertyName,
string qualifierName
)
public:
virtual Object^ GetQualifierValue (
String^ className,
String^ propertyName,
String^ qualifierName
) abstract
public abstract Object GetQualifierValue (
String className,
String propertyName,
String qualifierName
)
public abstract function GetQualifierValue (
className : String,
propertyName : String,
qualifierName : String
) : Object
Parameters
- className
[in] Name of a class.
- propertyName
[in] Name of a property that is defined by the class.
- qualifierName
[in] Name of a qualifier.
Return Value
System.Object instance identifying the qualifier value.
Remarks
The format and contained information of the returned object are dependent on the underlying technology of the connection manager and the management provider.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace