SPDiagnosticsItem Members
Include Protected Members
Include Inherited Members
Base class for SPDiagnosticsCategory and SPDiagnosticsArea to store the properties common to both classes.
The SPDiagnosticsItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticsItem(String, UInt32, UInt32, Boolean) | Initializes a new instance of the SPDiagnosticsItem class | |
SPDiagnosticsItem(String, String, UInt32, UInt32, Boolean) | Initializes a new instance of the SPDiagnosticsItem class with a set of properties. |
Top
Properties
Name | Description | |
---|---|---|
Hidden | Retrieves the value indicating whether the item is hidden from the administrative user interface. | |
Id | Gets the unique ID for the item. | |
LocalizedName | Gets the name for the item, localized for display to the user. | |
MessageId | Gets the integer value representing the index in the message table corresponding to this item. | |
Name | Gets the non-localized name for the item, used when writing to the trace log, or when manipulating categories through the object model or through powershell. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Formats the item and outputs it as a string value. (Overrides Object.ToString().) |
Top