StorageProviderKnownFolderEntry.KnownFolderId 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.
A Guid representing the identifier of the known folder.
public:
property Platform::Guid KnownFolderId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid KnownFolderId();
void KnownFolderId(winrt::guid value);
public Guid KnownFolderId { get; set; }
var guid = storageProviderKnownFolderEntry.knownFolderId;
storageProviderKnownFolderEntry.knownFolderId = guid;
Public Property KnownFolderId As Guid
Property Value
Gets or sets the identifier of the known folder.