StorageProviderSyncRootInfo.Context 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.
Contains the sync root identity information.
public:
property IBuffer ^ Context { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Context();
void Context(IBuffer value);
public IBuffer Context { get; set; }
var iBuffer = storageProviderSyncRootInfo.context;
storageProviderSyncRootInfo.context = iBuffer;
Public Property Context As IBuffer
Property Value
A buffer containing the sync root identity.