10 references to MsDSBehaviorVersion
System.DirectoryServices (10)
System\DirectoryServices\ActiveDirectory\Domain.cs (9)
186
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = domainMode;
301
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 1;
306
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 2;
321
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 2;
345
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 2;
349
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 3;
353
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 4;
357
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 5;
361
domainEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = 6;
System\DirectoryServices\ActiveDirectory\Forest.cs (1)
187
partitionsEntry.Properties[PropertyManager.
MsDSBehaviorVersion
].Value = forestMode;