ActiveDirectorySchemaProperty.LinkId Proprietà

Definizione

Ottiene o imposta il valore per l'identificatore di collegamento quando la proprietà dello schema è collegata.

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)

Valore della proprietà

Valore Int32 che rappresenta il valore linkID quando la proprietà dello schema è collegata.

Commenti

Per altre informazioni, vedere l'articolo Link-ID .For more information, see the Link-ID article.

Si applica a

Vedi anche