3 references to GetOption
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (2)
2097
string serverName = (string)objOptions.
GetOption
(0 /* == ADS_OPTION_SERVERNAME */);
2209
string serverName = (string)objOptions.
GetOption
(0 /* == ADS_OPTION_SERVERNAME */);
System\DirectoryServices\AccountManagement\AD\ADUtils.cs (1)
36
return (string)objOptions.
GetOption
(0 /* == ADS_OPTION_SERVERNAME */);