SyndicationFeed.Id 속성

정의

배포 피드의 식별자를 가져오거나 설정합니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Id();

void Id(winrt::hstring value);
public string Id { get; set; }
var string = syndicationFeed.id;
syndicationFeed.id = string;
Public Property Id As String

속성 값

String

Platform::String

winrt::hstring

RSS 2.0atom:Id 요소 또는 guid 요소입니다.

적용 대상