IAzRole::SetProperty method (azroles.h)
The SetProperty method sets the specified value to the IAzRole object property with the specified property ID.
Syntax
HRESULT SetProperty(
[in] LONG lPropId,
[in] VARIANT varProp,
[in, optional] VARIANT varReserved
);
Parameters
[in] lPropId
Property ID of the IAzRole object property to set. The following table shows the possible values.
Value | Meaning |
---|---|
|
Also accessed through the ApplicationData property |
|
Also accessed through the Description property |
|
Also accessed through the Name property |
[in] varProp
The value to set to the IAzRole object property specified by the lPropId parameter. The following table shows the type of data that must be used depending on the value of the lPropId parameter.
lPropId value | Data type (C++/Visual Basic) |
---|---|
|
BSTR/String |
|
BSTR/String |
|
BSTR/String |
[in, optional] varReserved
Reserved for future use.
Return value
The return value is an HRESULT. A value of S_OK indicates success. Any other value indicates that the operation failed.
Remarks
You must call the Submit method to persist any changes made by this method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | azroles.h |
Library | Azroles.lib |
DLL | Azroles.dll |
Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |