SPDiagnosticsArea members
Represents a logical container of one or more SPDiagnosticsCategories objects, and is used to implement a custom diagnostic service.
The SPDiagnosticsArea type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDiagnosticsArea(String, IEnumerable<SPDiagnosticsCategory>) | Initializes a new instance of the SPDiagnosticsArea class by using the specified parameters. | |
SPDiagnosticsArea(String, UInt32, UInt32, Boolean, IEnumerable<SPDiagnosticsCategory>) | Initializes a new instance of the SPDiagnosticsArea class by using the specified parameters. | |
SPDiagnosticsArea(String, String, UInt32, UInt32, Boolean, IEnumerable<SPDiagnosticsCategory>) | Initializes a new instance of the SPDiagnosticsArea class by using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
Categories | Gets the collection of child categories for this SPDiagnosticsArea object. | |
DiagnosticsService | Gets the parent DiagnosticsService of this SPDiagnosticsArea object. | |
Hidden | Retrieves the value indicating whether the item is hidden from the administrative user interface. (Inherited from SPDiagnosticsItem.) | |
Id | Gets the unique ID for the item. (Inherited from SPDiagnosticsItem.) | |
LocalizedName | Gets the name for the item, localized for display to the user. (Inherited from SPDiagnosticsItem.) | |
MessageId | Gets the integer value representing the index in the message table corresponding to this item. (Inherited from SPDiagnosticsItem.) | |
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. (Inherited from SPDiagnosticsItem.) |
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. (Inherited from SPDiagnosticsItem.) |
Top