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 文章。

适用于

另请参阅