MVEntry.ObjectID Property
Gets the identifier of the metaverse entry.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MVEntry
Dim value As Guid
value = instance.ObjectID
Syntax
'Declaration
Public MustOverride ReadOnly Property ObjectID As Guid
public abstract Guid ObjectID { get; }
public:
virtual property Guid ObjectID {
Guid get () abstract;
}
/** @property */
public abstract Guid get_ObjectID ()
public abstract function get ObjectID () : Guid
Property Value
Returns a Guid.
Exceptions
Exception type | Condition |
---|---|
AttributeNotDefinedAsSourceException | This property was not selected as a source attribute. |
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
Reference
MVEntry Class
MVEntry Members
Microsoft.MetadirectoryServices Namespace
MVEntry Class