StorageProviderKnownFolderSyncRequestArgs.Source 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.
The StorageFolder that represents the folder that is being synced.
public:
property StorageFolder ^ Source { StorageFolder ^ get(); };
StorageFolder Source();
public StorageFolder Source { get; }
var storageFolder = storageProviderKnownFolderSyncRequestArgs.source;
Public ReadOnly Property Source As StorageFolder
Property Value
Gets the folder that is being synced.