Gets the identifier of the metaverse entry.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
Dim instance As MVEntry
Dim value As Guid
value = instance.ObjectID
|
Syntax
Visual Basic |
Public MustOverride ReadOnly Property ObjectID As Guid
|
C# |
public abstract Guid ObjectID { get; }
|
C++ |
public:
virtual property Guid ObjectID {
Guid get () abstract;
}
|
J# |
/** @property */
public abstract Guid get_ObjectID ()
|
JScript |
public abstract function get ObjectID () : Guid
|
Property Value
Returns a
Guid.
Exceptions
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
Target Platforms
See Also