FormRegionManifest.Locked Property
Gets or sets a value that indicates whether the properties of the FormRegionManifest can be modified.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
ReadOnly Property Locked As Boolean
[BrowsableAttribute(false)]
bool Locked { get; }
Property Value
Type: System.Boolean
true if the properties of the FormRegionManifest cannot be modified; otherwise, false.
Remarks
This property is set to true when Outlook retrieves the form region manifest from the Outlook add-in.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.