Share via


AnchorAttributeDetached Constructor

Initializes a new instance of the AnchorAttributeDetached Class.Initializes a new instance of the AnchorAttributeDetached Class.

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

Usage

'Usage
Dim attributeName As String
Dim dataType As AttributeType
Dim value As Object

Dim instance As New AnchorAttributeDetached(attributeName, dataType, value)

Syntax

'Declaration
Public Sub New ( _
    attributeName As String, _
    dataType As AttributeType, _
    value As Object _
)
public AnchorAttributeDetached (
    string attributeName,
    AttributeType dataType,
    Object value
)
public:
AnchorAttributeDetached (
    String^ attributeName, 
    AttributeType dataType, 
    Object^ value
)
public AnchorAttributeDetached (
    String attributeName, 
    AttributeType dataType, 
    Object value
)
public function AnchorAttributeDetached (
    attributeName : String, 
    dataType : AttributeType, 
    value : Object
)

Remarks

The default constructor initializes any fields to their default values.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

AnchorAttributeDetached Class
AnchorAttributeDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace