Category Property

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Gets the category designation for this known folder.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.KnownFolders
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public FolderCategory Category { get; }
Visual Basic (Declaration)
Public ReadOnly Property Category As FolderCategory
Visual C++
public:
property FolderCategory Category {
	FolderCategory get ();
}

Field Value

A FolderCategory value.

See Also