DiagnosticsDataNamespaceFactory class

This class defines the existing names for our diagnostics data. Our diagnostics data names are organized in the namespace format as xx.xx.xx.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Diagnostics.DiagnosticsDataNamespaceFactory

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class DiagnosticsDataNamespaceFactory
'Usage
You do not need to declare an instance of a static class in order to access its members.
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public static class DiagnosticsDataNamespaceFactory

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DiagnosticsDataNamespaceFactory members

Microsoft.SharePoint.Diagnostics namespace