SyndicationGenerator.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The version attribute on atom:generator.