ActiveDirectory Properties | MSBuild Extension Pack Help 4.0.12.0 |
The ActiveDirectory type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BindingContextOptions |
Specifies the options that are used for binding to the server. Default is Negotiate
|
![]() |
ContextTypeStore |
Specifies the store to use. Supports Machine and Domain. Default is Domain.
|
![]() |
Description |
Sets the User's or Group's description
|
![]() |
Domain |
Sets the domain to operate against.
|
![]() |
ErrorOnCancel |
Set to true to raise an error if the user clicks cancel on GetPassword form.
|
![]() |
Exists |
Gets whether the User or Group exists
|
![]() |
FirstName |
Set the User's First name
|
![]() |
FullName |
Sets the User's full name
|
![]() |
GetFullMemberName |
Sets whether to extract the domain name when using GetGroupMembers. Default is false.
|
![]() |
Group |
Sets the Group name
|
![]() |
GroupType |
Sets the GroupType. For non domains the default is Local. For Domains the default is Global. Supports Global, Local, Universal
|
![]() |
LastName |
Sets the User's Last name
|
![]() |
Members |
Gets the members of a group
|
![]() |
ParentGroup |
Sets the Parent group
|
![]() |
Password |
Sets the User's password
|
![]() |
PasswordExpired |
Sets the User's password to expired. Default is false
|
![]() |
PasswordNeverExpires |
Sets the User's password to never expire. Default is false
|
![]() |
Privilege |
The Privilege to grant. See http://msdn.microsoft.com/en-us/library/bb545671(VS.85).aspx
|
![]() |
User |
Sets the User name. Supports DirectoryPath metadata for AddUserToGroup. Use this to supply different domain users.
|
![]() |
UserDomain |
The domain the user is in. If not set, defaults to Domain.
|
See Also