DirectoryServerType
This property specifies the directory server type used, such as Oracle Internet Directory or Microsoft Active Directory.
Declaration
// C#
public static string DirectoryServerType { get; set; }Property Type
System.String
Values
-
oidfor Oracle Internet Directory -
adfor Microsoft Active Directory
Example
// C# OracleConfiguration.DirectoryServerType=@"oid";