SortKey.AttributeName 속성

정의

AttributeName 속성은 정렬 키로 사용할 특성의 이름을 지정합니다.

public:
 property System::String ^ AttributeName { System::String ^ get(); void set(System::String ^ value); };
public string AttributeName { get; set; }
member this.AttributeName : string with get, set
Public Property AttributeName As String

속성 값

String

정렬 키로 사용할 특성의 이름입니다.

적용 대상