FormatData.IsGlobalEditorFormat Property
Applies to v2.
Gets or sets whether the data is in a GlobalEditorFormat.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Property IsGlobalEditorFormat As Boolean
Get
Set
'Usage
Dim instance As FormatData
Dim value As Boolean
value = instance.IsGlobalEditorFormat
instance.IsGlobalEditorFormat = value
public bool IsGlobalEditorFormat { get; set; }
public:
property bool IsGlobalEditorFormat {
bool get ();
void set (bool value);
}
member IsGlobalEditorFormat : bool with get, set
function get IsGlobalEditorFormat () : boolean
function set IsGlobalEditorFormat (value : boolean)
Property Value
Type: System.Boolean
true if the data is in a GlobalEditorFormat; otherwise, false.