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 문서를 참조하세요.

적용 대상

추가 정보