Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetProperty method returns the IAzApplicationGroup object property with the specified property ID.
Syntax
HRESULT GetProperty(
[in] LONG lPropId,
[in, optional] VARIANT varReserved,
[out] VARIANT *pvarProp
);
Parameters
[in] lPropId
Property ID of the IAzApplicationGroup object property to return. The following table shows the possible values.
Value | Meaning |
---|---|
|
Determines whether the current user has permission to create child objects. This value will always be FALSE because this object cannot have child objects. |
|
Also accessed through the Description property |
|
Also accessed through the AppMembers property |
|
Also accessed through the AppNonMembers property |
|
Also accessed through the Members property |
|
Also accessed through the MembersName property |
|
Also accessed through the NonMembers property |
|
Also accessed through the NonMembersName property |
|
Also accessed through the Type property |
|
Also accessed through the LdapQuery property |
|
Also accessed through the Name property |
|
Also accessed through the Writable property |
[in, optional] varReserved
Reserved for future use.
[out] pvarProp
A pointer to the returned IAzApplicationGroup object property.
Return value
If the method succeeds, the method returns S_OK.
Any other HRESULT value indicates that the operation failed.
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 |