API Reference
Class
AdmxNamespace
Represents an ADMX policy namespace declaration.
Inheritance
- Object
- AdmxNamespace
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AdmxBundle.Namespaces
- Property AdmxDocument.Namespaces
- Property AdmxFile.Namespaces
- Property PolicyDefinition.SourceNamespaces
Accepted by parameters
- Constructor AdmxDocument.AdmxDocument
Constructors
AdmxNamespace 2 overloads
public AdmxNamespace(String prefix, String uri) #Initializes a new instance of the AdmxNamespace class.
Parameters
- prefix System.String
- Namespace prefix.
- uri System.String
- Namespace URI.
public AdmxNamespace(String prefix, String uri, AdmxNamespaceDeclarationKind kind) #Initializes a new instance of the AdmxNamespace class.
Parameters
- prefix System.String
- Namespace prefix.
- uri System.String
- Namespace URI.
- kind ADPlayground.Gpo.GpoLocal.AdmxNamespaceDeclarationKind
- Namespace declaration kind.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public AdmxNamespaceDeclarationKind Kind { get; } #Gets the namespace declaration kind.