DocumentInfoCategory Property |
Gets or sets the document's category.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public DocumentCategory Category { get; set; }
Public Property Category As DocumentCategory
Get
Set
public:
property DocumentCategory^ Category {
DocumentCategory^ get ();
void set (DocumentCategory^ value);
}
member Category : DocumentCategory with get, set
Property Value
DocumentCategorySee Also