Share via


ActiveDirectorySchemaProperty.LinkId Propiedad

Definición

Obtiene o establece el valor del identificador de vínculo cuando la propiedad de esquema está vinculada.

public:
 property Nullable<int> LinkId { Nullable<int> get(); void set(Nullable<int> value); };
public int? LinkId { get; set; }
member this.LinkId : Nullable<int> with get, set
Public Property LinkId As Nullable(Of Integer)

Valor de propiedad

Valor de tipo Int32 que representa el valor de linkID cuando se vincula la propiedad de esquema.

Comentarios

Para obtener más información, consulte el artículo Link-ID .

Se aplica a

Consulte también