  | SecurityPrincipalSAMAccountName Property  | 
 
            The principal's SAM Account Name.
            
 
    Namespace: 
   Galactic.ActiveDirectory
    Assembly:
   Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntaxpublic string SAMAccountName { get; set; }Public Property SAMAccountName As String
	Get
	Set
public:
property String^ SAMAccountName {
	String^ get ();
	void set (String^ value);
}member SAMAccountName : string with get, set
Property Value
Type: 
String
See Also