AppSettingsNode.RequirePermission Property
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Gets or sets the flag indicating the section requires permission to be retrieved.
Namespace: Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
PublicOverridesPropertyRequirePermissionAs Boolean
[BrowsableAttribute(false)]
publicoverride bool RequirePermission { get; set; }
[BrowsableAttribute(false)]
public:
virtualproperty bool RequirePermission {
bool get () override;
voidset (bool value) override;
}
publicoverridefunction getRequirePermission () : boolean
publicoverridefunction setRequirePermission (value : boolean)
Remarks
The section represented by this node is defined elsewhere, so the property does not need to be exposed.
See Also
Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |