ActiveDirectorySchemaProperty.LinkId 属性

定义

链接该架构属性时,获取或设置链接标识符的值。

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 值。

注解

有关详细信息,请参阅 链接 ID 一文。

适用于

另请参阅