StorageProviderSyncRootInfo.Context Property

Definition

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.

Applies to