  | SecurityPrincipalUserPrincipalName Property  | 
 
            The User Principal Name of the principal.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic string UserPrincipalName { get; set; }Public Property UserPrincipalName As String
	Get
	Set
public:
property String^ UserPrincipalName {
	String^ get ();
	void set (String^ value);
}member UserPrincipalName : string with get, set
Property Value
Type: 
String
See Also