Skip to content

Latest commit

 

History

History
179 lines (155 loc) · 5.95 KB

nf-azroles-iaztask-getproperty.md

File metadata and controls

179 lines (155 loc) · 5.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:azroles.IAzTask.GetProperty
IAzTask::GetProperty (azroles.h)
Returns the IAzTask object property with the specified property ID.
AZ_PROP_APPLICATION_DATA
AZ_PROP_CHILD_CREATE
AZ_PROP_DESCRIPTION
AZ_PROP_NAME
AZ_PROP_TASK_BIZRULE
AZ_PROP_TASK_BIZRULE_LANGUAGE
AZ_PROP_TASK_IS_ROLE_DEFINITION
AZ_PROP_TASK_OPERATIONS
AZ_PROP_TASK_TASKS
AZ_PROP_WRITABLE
AzTask object [Security]
GetProperty method
GetProperty
GetProperty method [Security]
GetProperty method [Security]
AzTask object
GetProperty method [Security]
IAzTask interface
IAzTask interface [Security]
GetProperty method
IAzTask.GetProperty
IAzTask::GetProperty
azroles/IAzTask::GetProperty
security.iaztask_getproperty
security\iaztask_getproperty.htm
security
d484f56c-3d96-48df-a0d1-1bea58e30f26
12/05/2018
AZ_PROP_APPLICATION_DATA, AZ_PROP_CHILD_CREATE, AZ_PROP_DESCRIPTION, AZ_PROP_NAME, AZ_PROP_TASK_BIZRULE, AZ_PROP_TASK_BIZRULE_LANGUAGE, AZ_PROP_TASK_IS_ROLE_DEFINITION, AZ_PROP_TASK_OPERATIONS, AZ_PROP_TASK_TASKS, AZ_PROP_WRITABLE, AzTask object [Security],GetProperty method, GetProperty, GetProperty method [Security], GetProperty method [Security],AzTask object, GetProperty method [Security],IAzTask interface, IAzTask interface [Security],GetProperty method, IAzTask.GetProperty, IAzTask::GetProperty, azroles/IAzTask::GetProperty, security.iaztask_getproperty
azroles.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
Azroles.lib
Azroles.dll
Windows
Windows Server 2003 Administration Tools Pack on Windows XP
19H1
IAzTask::GetProperty
azroles/IAzTask::GetProperty
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzTask.GetProperty
AzTask.GetProperty

IAzTask::GetProperty

-description

The GetProperty method returns the IAzTask object property with the specified property ID.

-parameters

-param lPropId [in]

Property ID of the IAzTask object property to return. The following table shows the possible values.

Value Meaning
AZ_PROP_APPLICATION_DATA
Also accessed through the ApplicationData property
AZ_PROP_CHILD_CREATE
Determines whether the current user has permission to create child objects. This value is TRUE if the current user has permission; otherwise, FALSE.
AZ_PROP_DESCRIPTION
Also accessed through the Description property
AZ_PROP_NAME
Also accessed through the Name property
AZ_PROP_TASK_BIZRULE
Also accessed through the BizRule property
AZ_PROP_TASK_BIZRULE_LANGUAGE
Also accessed through the BizRuleLanguage property
AZ_PROP_TASK_IS_ROLE_DEFINITION
Also accessed through the IsRoleDefinition property
AZ_PROP_TASK_OPERATIONS
Also accessed through the Operations property
AZ_PROP_TASK_TASKS
Also accessed through the Tasks property
AZ_PROP_WRITABLE
Also accessed through the Writable property

-param varReserved [in, optional]

Reserved for future use.

-param pvarProp [out]

A pointer to the returned IAzTask object property.

-returns

The return value is an HRESULT. A value of S_OK indicates success. Any other value indicates that the operation failed.