SyndicationFeed.Generator 속성

정의

피드의 생성기를 가져오거나 설정합니다. 이 속성은 RSS 2.0atom:generator 요소 또는 생성기 요소를 나타냅니다.

public:
 property SyndicationGenerator ^ Generator { SyndicationGenerator ^ get(); void set(SyndicationGenerator ^ value); };
SyndicationGenerator Generator();

void Generator(SyndicationGenerator value);
public SyndicationGenerator Generator { get; set; }
var syndicationGenerator = syndicationFeed.generator;
syndicationFeed.generator = syndicationGenerator;
Public Property Generator As SyndicationGenerator

속성 값

RSS 2.0atom:generator 요소 또는 생성기 요소입니다.

적용 대상