Share via


AnchorAttribute.Value Property

The value of the attribute.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As AnchorAttribute
Dim value As Object

value = instance.Value

Syntax

'Declaration
Public MustOverride ReadOnly Property Value As Object
public abstract Object Value { get; }
public:
virtual property Object^ Value {
    Object^ get () abstract;
}
/** @property */
public abstract Object get_Value ()
public abstract function get Value () : Object

Property Value

Returns Object.

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

AnchorAttribute Class
AnchorAttribute Members
Microsoft.MetadirectoryServices Namespace