다음을 통해 공유


SortOption.PropertyName 속성

정의

정렬 기준이 될 속성의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ PropertyName { System::String ^ get(); void set(System::String ^ value); };
public string PropertyName { get; set; }
public string? PropertyName { get; set; }
[System.DirectoryServices.DSDescription("DSSortName")]
public string PropertyName { get; set; }
member this.PropertyName : string with get, set
[<System.DirectoryServices.DSDescription("DSSortName")>]
member this.PropertyName : string with get, set
Public Property PropertyName As String

속성 값

정렬 기준이 될 속성의 이름입니다. 기본값은 null 참조(Visual Basic의 경우 Nothing)입니다.

특성

예외

속성 값은 null 참조(Visual Basic의 경우 Nothing)입니다.

적용 대상