Share via


StorageProviderSyncRootInfo.Version Property

Definition

The version number of the sync root.

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 = storageProviderSyncRootInfo.version;
storageProviderSyncRootInfo.version = string;
Public Property Version As String

Property Value

String

Platform::String

winrt::hstring

A string value for the version number. E.g., "1.0"

Applies to