WindowsNameFormat Enumeration | 
 
            Specifies the formats for Windows user account names.
            
 
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")]
public enum WindowsNameFormat<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")>
Public Enumeration WindowsNameFormat[GlobalizedEnumAttribute(L"EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", L"GS_AccountServices_")]
public enum class WindowsNameFormat
[<GlobalizedEnumAttribute("EC04F56F-AAD2-4395-BCB3-35F5B1D0C8F1", "GS_AccountServices_")>]
type WindowsNameFormat
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NT4 | 0 | 
            NT4/legacy format. Also known as down-level logon name. Example: DOMAIN\UserName.
             | 
 | UserPrincipalName | 1 | 
            User Principal Name format. Example: username@example.com.
             | 
See Also