AuthUserCreateWithActiveDirectoryProperty Method |
Creates an
AuthUser configured for Active Directory
authorization mode (DIRECTORY_SERVICE).
The behavior is undefined when propertyName
is null or empty.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public static AuthUser CreateWithActiveDirectoryProperty(
string propertyName
)
Public Shared Function CreateWithActiveDirectoryProperty (
propertyName As String
) As AuthUser
public:
static AuthUser^ CreateWithActiveDirectoryProperty(
String^ propertyName
)
static member CreateWithActiveDirectoryProperty :
propertyName : string -> AuthUser
Parameters
- propertyName
- Type: SystemString
Return Value
Type:
AuthUserSee Also