SyndicationFeed.Rights 속성

정의

피드의 권한에 대한 정보를 가져오거나 설정합니다. 이 속성은 RSS 2.0atom:rights 요소 또는 저작권 요소를 나타냅니다.

public:
 property ISyndicationText ^ Rights { ISyndicationText ^ get(); void set(ISyndicationText ^ value); };
ISyndicationText Rights();

void Rights(ISyndicationText value);
public ISyndicationText Rights { get; set; }
var iSyndicationText = syndicationFeed.rights;
syndicationFeed.rights = iSyndicationText;
Public Property Rights As ISyndicationText

속성 값

RSS 2.0atom:rights 요소 또는 저작권 요소입니다.

적용 대상