Udostępnij za pośrednictwem


FormRegionManifest.Locked Property (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property Locked As Boolean
'Usage
Dim instance As FormRegionManifest 
Dim value As Boolean 

value = instance.Locked

instance.Locked = value
[BrowsableAttribute(false)]
public bool Locked { get; internal set; }
[BrowsableAttribute(false)]
public:
property bool Locked {
    bool get ();
    void set (bool value);
}
public function get Locked () : boolean 
public function set Locked (value : boolean)

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

See Also

Reference

FormRegionManifest Class

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace