Share via


SyndicationCategory.Label 속성

정의

범주의 레이블을 가져오거나 설정합니다.

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

속성 값

String

범주의 레이블입니다.

예제

다음 XML에서는 Label 속성이 Atom 1.0으로 serialize되는 방법을 보여 줍니다.

<category customAttribute="value" term="FeedCategory" label="CategoryLabel" scheme="CategoryScheme"/>  

설명

Atom 1.0 Label 으로 serialize되면 요소의 <category> 특성에 label 기록됩니다. Label 가 RSS 2.0으로 직렬화되지 않았습니다.

적용 대상