Skip to content

Latest commit

 

History

History
169 lines (146 loc) · 6.54 KB

nf-azroles-iazclientcontext-getproperty.md

File metadata and controls

169 lines (146 loc) · 6.54 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.IAzClientContext.GetProperty
IAzClientContext::GetProperty (azroles.h)
Returns the IAzClientContext object property with the specified property ID.
AZ_PROP_CHILD_CREATE
AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK
AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL
AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY
AZ_PROP_CLIENT_CONTEXT_USER_DN
AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT
AZ_PROP_CLIENT_CONTEXT_USER_GUID
AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT
AZ_PROP_CLIENT_CONTEXT_USER_UPN
AzClientContext object [Security]
GetProperty method
GetProperty
GetProperty method [Security]
GetProperty method [Security]
AzClientContext object
GetProperty method [Security]
IAzClientContext interface
IAzClientContext interface [Security]
GetProperty method
IAzClientContext.GetProperty
IAzClientContext::GetProperty
azroles/IAzClientContext::GetProperty
security.iazclientcontext_getproperty
security\iazclientcontext_getproperty.htm
security
4be02b6d-5eeb-46e6-9339-3edd904f3606
12/05/2018
AZ_PROP_CHILD_CREATE, AZ_PROP_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK, AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL, AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY, AZ_PROP_CLIENT_CONTEXT_USER_DN, AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT, AZ_PROP_CLIENT_CONTEXT_USER_GUID, AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT, AZ_PROP_CLIENT_CONTEXT_USER_UPN, AzClientContext object [Security],GetProperty method, GetProperty, GetProperty method [Security], GetProperty method [Security],AzClientContext object, GetProperty method [Security],IAzClientContext interface, IAzClientContext interface [Security],GetProperty method, IAzClientContext.GetProperty, IAzClientContext::GetProperty, azroles/IAzClientContext::GetProperty, security.iazclientcontext_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
IAzClientContext::GetProperty
azroles/IAzClientContext::GetProperty
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzClientContext.GetProperty
AzClientContext.GetProperty

IAzClientContext::GetProperty

-description

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

-parameters

-param lPropId [in]

Property ID of the IAzClientContext 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_CLIENT_CONTEXT_ROLE_FOR_ACCESS_CHECK
Also accessed through the RoleForAccessCheck property
AZ_PROP_CLIENT_CONTEXT_USER_CANONICAL
Also accessed through the UserCanonical property
AZ_PROP_CLIENT_CONTEXT_USER_DISPLAY
Also accessed through the UserDisplay property
AZ_PROP_CLIENT_CONTEXT_USER_DN
Also accessed through the UserDn property
AZ_PROP_CLIENT_CONTEXT_USER_DNS_SAM_COMPAT
Also accessed through the UserDnsSamCompat property
AZ_PROP_CLIENT_CONTEXT_USER_GUID
Also accessed through the UserGuid property
AZ_PROP_CLIENT_CONTEXT_USER_SAM_COMPAT
Also accessed through the UserSamCompat property
AZ_PROP_CLIENT_CONTEXT_USER_UPN
Also accessed through the UserUpn property

-param varReserved [in, optional]

Reserved for future use.

-param pvarProp [out]

A pointer to the returned IAzClientContext object property.

-returns

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