Skip to content

Commit

Permalink
Correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mota committed Apr 17, 2017
1 parent 3e4979a commit 52e74d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions schemas/ADOU.php
Expand Up @@ -37,6 +37,22 @@ class ADOU implements SchemaInterface {
*/
public $ou;

/**
* Contains the description to display for an object. This value is restricted
* as single-valued for backward compatibility in some cases but
* is allowed to be multi-valued in others.
* @link https://msdn.microsoft.com/en-us/library/ms675492(v=vs.85).aspx
* @var string
*/
public $description;

/**
* If TRUE, the object hosting this attribute must be replicated during installation of a new replica.
* @link https://msdn.microsoft.com/en-us/library/ms676798(v=vs.85).aspx
* @var Boolean
*/
public $isCriticalSystemObject;

/**
* The unique identifier for an object.
* @link https://msdn.microsoft.com/en-us/library/ms679021(v=vs.85).aspx
Expand Down

0 comments on commit 52e74d9

Please sign in to comment.