Gets the Active Directory path of this principal. This value is
null if the
Type
of this principal is
FederatedUser
or
FederatedUserGroup
. In some contexts, this value may be unavailable, even for
those principal types which are defined in Active Directory.
Namespace:
Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly:
Microsoft.Rtc.Collaboration.GroupChat(in
Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
Public
Property
ActiveDirectoryPath
As
String
Get
Private
Set
|
C# |
public
string
ActiveDirectoryPath {
get;
private
set; }
|
See Also