LDAPUserValidationSearchGroups Property |
|
DataPA OpenAnalytics API Reference
Comma-delimited list of LDAP groups to search, e.g. Developers
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SearchGroups { get; set; }
Public Property SearchGroups As String
Get
Set
public:
property String^ SearchGroups {
String^ get ();
void set (String^ value);
}
function get_SearchGroups();
function set_SearchGroups(value);
Return Value
Type:
StringSee Also