SyndicationGenerator.Version Property

Definition

Gets or sets the version of the generator.

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

void Version(winrt::hstring value);
public string Version { get; set; }
var string = syndicationGenerator.version;
syndicationGenerator.version = string;
Public Property Version As String

Property Value

String

Platform::String

winrt::hstring

The version attribute on atom:generator.

Applies to