TestimoX

API Reference

Enum

AdmxNamespaceDeclarationKind

Namespace ADPlayground.Gpo.GpoLocal
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies how an ADMX policy namespace declaration was introduced.

Inheritance

  • Enum
  • AdmxNamespaceDeclarationKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const AdmxNamespaceDeclarationKind Unknown #

The namespace declaration kind is unknown.

Value: 0
public const AdmxNamespaceDeclarationKind Target #

The namespace is declared by the source ADMX target element.

Value: 1
public const AdmxNamespaceDeclarationKind Using #

The namespace is imported by the source ADMX using element.

Value: 2