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
Visual Basic |
Dim specialPropertyName As String
Dim returnValue As Boolean
returnValue = Me.IsSpecialPropertyName(specialPropertyName)
|
Syntax
Visual Basic |
Protected Function IsSpecialPropertyName ( _
specialPropertyName As String _
) As Boolean
|
C# |
protected bool IsSpecialPropertyName (
string specialPropertyName
)
|
C++ |
protected:
bool IsSpecialPropertyName (
String^ specialPropertyName
)
|
J# |
protected boolean IsSpecialPropertyName (
String specialPropertyName
)
|
JScript |
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