TestimoX

API Reference

Enum

AdMigrationPrincipalKind

Namespace ADPlayground.Migrations.Core
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Principal kind represented by a migration item.

Inheritance

  • Enum
  • AdMigrationPrincipalKind

Usage

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

Values

public const AdMigrationPrincipalKind User #

User account.

Value: 0
public const AdMigrationPrincipalKind Group #

Group account.

Value: 1
public const AdMigrationPrincipalKind Computer #

Computer account.

Value: 2