QueryCriteria.IsSpecialPropertyName Method
This method supports the infrastructure and is not intended to be used directly from your code.
This method is for internal use only and is not intended to be used directly in your code.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim specialPropertyName As String
Dim returnValue As Boolean
returnValue = Me.IsSpecialPropertyName(specialPropertyName)
Syntax
'Declaration
Protected Function IsSpecialPropertyName ( _
specialPropertyName As String _
) As Boolean
protected bool IsSpecialPropertyName (
string specialPropertyName
)
protected:
bool IsSpecialPropertyName (
String^ specialPropertyName
)
protected boolean IsSpecialPropertyName (
String specialPropertyName
)
protected function IsSpecialPropertyName (
specialPropertyName : String
) : boolean
Parameters
- specialPropertyName
The property that is checked to find out if it is globally unique.
Return Value
true if the specified property name is handled specially; otherwise, false.
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 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
QueryCriteria Class
QueryCriteria Members
Microsoft.EnterpriseManagement.Common Namespace