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 AdmxFile.Namespaces
Constructors
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.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object