SortKey.AttributeName Свойство
Определение
Свойство AttributeName задает имя атрибута, используемого в качестве ключа сортировки.The AttributeName property specifies the name of the attribute to use as a sort key.
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
Значение свойства
Имя атрибута, используемого в качестве ключа сортировки.The name of the attribute to use as a sort key.