Gets or sets a value indicating whether the mark should not be loaded into the page.
Syntax
'Declaration
Public Property IgnoreMark As Boolean
'Usage
Dim instance As ImGearARTCreatingMarkEventArgs
Dim value As Boolean
instance.IgnoreMark = value
value = instance.IgnoreMark
public bool IgnoreMark {get; set;}
public: __property bool get_IgnoreMark();
public: __property void set_IgnoreMark(
bool value
);
public:
property bool IgnoreMark {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also