TestimoX

API Reference

Class

AdmxNamespace

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Modifiers sealed

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.

Accepted by parameters

Constructors

AdmxNamespace 2 overloads
public AdmxNamespace(String prefix, String uri) #

Initializes a new instance of the AdmxNamespace class.

Parameters

prefix System.String requiredposition: 0
Namespace prefix.
uri System.String requiredposition: 1
Namespace URI.
public AdmxNamespace(String prefix, String uri, AdmxNamespaceDeclarationKind kind) #

Initializes a new instance of the AdmxNamespace class.

Parameters

prefix System.String requiredposition: 0
Namespace prefix.
uri System.String requiredposition: 1
Namespace URI.
kind ADPlayground.Gpo.GpoLocal.AdmxNamespaceDeclarationKind requiredposition: 2
Namespace declaration kind.

Properties

public String Prefix { get; } #

Gets the namespace prefix.

public String Uri { get; } #

Gets the namespace URI.

public AdmxNamespaceDeclarationKind Kind { get; } #

Gets the namespace declaration kind.