Provides access to customizable credentials for performing repository indexing.
Returns the user name under which indexing operations are performed.
HRESULT AccountName(
[out, retval] BSTR* accountName
);
Name | Type | Meaning |
---|---|---|
accountName |
BSTR* |
User name under which indexing operations are performed |
Sets the user name under which indexing operations must be performed.
HRESULT AccountName(
[in] BSTR accountName
);
Name | Type | Meaning |
---|---|---|
accountName |
BSTR |
User name under which indexing operations must be performed. |
Specifies the password for the account under which indexing operations must be performed.
HRESULT AccountPassword(
[in] BSTR accountPassword
);
Name | Type | Meaning |
---|---|---|
accountPassword |
BSTR |
Password for the account under which indexing operations must be performed. |
© ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center