ActiveDirectorySchemaProperty.LinkId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在連結此結構描述屬性時,連結識別項的值。
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)
屬性值
Int32 值,表示連結結構描述屬性時的 linkID 值。
備註
如需詳細資訊,請參閱 鏈接標識碼 一文。