Share via


SyndicationCategory.Name 속성

정의

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

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

속성 값

String

범주의 이름입니다.

예제

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

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

설명

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

적용 대상