Share via


SharePointCategoryEvent.Category Property

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property Category As SharePointCategory
public SharePointCategory Category { get; private set; }
public:
property SharePointCategory^ Category {
    SharePointCategory^ get ();
    private: void set (SharePointCategory^ value);
}
member Category : SharePointCategory with get, private set
function get Category () : SharePointCategory 
private function set Category (value : SharePointCategory)

Property Value

Type: SharePointCategory

.NET Framework Security

See Also

Reference

SharePointCategoryEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace