DocumentInfoFlags Property |
Gets or sets optional document attributes.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public DocumentFlags? Flags {
get;
set; }
Public Property Flags As DocumentFlags?
Get
Set
public:
property Nullable<DocumentFlags> Flags {
Nullable<DocumentFlags> get ();
void set (Nullable<DocumentFlags> value);
}
member Flags : Nullable<DocumentFlags> with
get, set
Property Value
NullableDocumentFlagsSee Also