IAzApplicationGroup::GetProperty method
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
- lPropId [in]
-
Property ID of the IAzApplicationGroup object property to return. The following table shows the possible values.
Value Meaning - AZ_PROP_CHILD_CREATE
Determines whether the current user has permission to create child objects. This value will always be FALSE because this object cannot have child objects.
- AZ_PROP_DESCRIPTION
Also accessed through the Description property
- AZ_PROP_GROUP_APP_MEMBERS
Also accessed through the AppMembers property
- AZ_PROP_GROUP_APP_NON_MEMBERS
Also accessed through the AppNonMembers property
- AZ_PROP_GROUP_MEMBERS
Also accessed through the Members property
- AZ_PROP_GROUP_MEMBERS_NAME
Also accessed through the MembersName property
- AZ_PROP_GROUP_NON_MEMBERS
Also accessed through the NonMembers property
- AZ_PROP_GROUP_NON_MEMBERS_NAME
Also accessed through the NonMembersName property
- AZ_PROP_GROUP_TYPE
Also accessed through the Type property
- AZ_PROP_GROUP_LDAP_QUERY
Also accessed through the LdapQuery property
- AZ_PROP_NAME
Also accessed through the Name property
- AZ_PROP_WRITABLE
Also accessed through the Writable property
- varReserved [in, optional]
-
Reserved for future use.
- pvarProp [out]
-
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
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Redistributable | Windows Server 2003 Administration Tools Pack on Windows XP |
|
Header |
|
|
Library |
|
|
DLL |
|
|
IID |
IID_IAzApplicationGroup is defined as F1B744CD-58A6-4E06-9FBF-36F6D779E21E |
Send comments about this topic to Microsoft
Build date: 10/26/2012