Skip to content

Latest commit

 

History

History
239 lines (207 loc) · 7.24 KB

nf-azroles-iazapplication-setproperty.md

File metadata and controls

239 lines (207 loc) · 7.24 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.IAzApplication.SetProperty
IAzApplication::SetProperty (azroles.h)
Sets the specified value to the IAzApplication object property with the specified property ID.
AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID
AZ_PROP_APPLICATION_DATA
AZ_PROP_APPLICATION_INTERFACE_CLSID
AZ_PROP_APPLICATION_VERSION
AZ_PROP_APPLY_STORE_SACL
AZ_PROP_DESCRIPTION
AZ_PROP_GENERATE_AUDITS
AZ_PROP_NAME
AzApplication object [Security]
SetProperty method
IAzApplication interface [Security]
SetProperty method
IAzApplication.SetProperty
IAzApplication::SetProperty
SetProperty
SetProperty method [Security]
SetProperty method [Security]
AzApplication object
SetProperty method [Security]
IAzApplication interface
azroles/IAzApplication::SetProperty
security.iazapplication_setproperty
security\iazapplication_setproperty.htm
security
077ed5a9-7a38-4477-9fac-1f0b88ab0d33
12/05/2018
AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID, AZ_PROP_APPLICATION_DATA, AZ_PROP_APPLICATION_INTERFACE_CLSID, AZ_PROP_APPLICATION_VERSION, AZ_PROP_APPLY_STORE_SACL, AZ_PROP_DESCRIPTION, AZ_PROP_GENERATE_AUDITS, AZ_PROP_NAME, AzApplication object [Security],SetProperty method, IAzApplication interface [Security],SetProperty method, IAzApplication.SetProperty, IAzApplication::SetProperty, SetProperty, SetProperty method [Security], SetProperty method [Security],AzApplication object, SetProperty method [Security],IAzApplication interface, azroles/IAzApplication::SetProperty, security.iazapplication_setproperty
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
IAzApplication::SetProperty
azroles/IAzApplication::SetProperty
c++
APIRef
kbSyntax
COM
Azroles.dll
IAzApplication.SetProperty
AzApplication.SetProperty

IAzApplication::SetProperty

-description

The SetProperty method sets the specified value to the IAzApplication object property with the specified property ID.

-parameters

-param lPropId [in]

Property ID of the IAzApplication object property to set. The following table shows the possible values.

Value Meaning
AZ_PROP_APPLICATION_DATA
Also accessed through the ApplicationData property
AZ_PROP_APPLICATION_AUTHZ_INTERFACE_CLSID
Also accessed through the AuthzInterfaceClsid property
AZ_PROP_APPLICATION_VERSION
Also accessed through the Version property
AZ_PROP_APPLY_STORE_SACL
Also accessed through the ApplyStoreSacl property
AZ_PROP_DESCRIPTION
Also accessed through the Description property
AZ_PROP_GENERATE_AUDITS
Also accessed through the GenerateAudits property
AZ_PROP_NAME
Also accessed through the Name property

-param varProp [in]

Value to set to the IAzApplication object property specified by the lPropId parameter. The type of data that must be used depends on the value of the lPropId parameter.

lPropId value Data type (C++/Visual Basic)
AZ_PROP_APPLICATION_DATA
BSTR/String
AZ_PROP_APPLICATION_INTERFACE_CLSID
BSTR/String
AZ_PROP_APPLICATION_VERSION
BSTR/String
AZ_PROP_APPLY_STORE_SACL
BSTR/String
AZ_PROP_DESCRIPTION
BSTR/String
AZ_PROP_GENERATE_AUDITS
BSTR/String
AZ_PROP_NAME
BSTR/String

-param varReserved [in, optional]

Reserved for future use.

-returns

If the method succeeds, the method returns S_OK.

Any other HRESULT value indicates that the operation failed.

-remarks

You must call the Submit method to persist any changes made by this method.