Specifies the stored text includes literals.
Syntax
| Visual Basic (Declaration) | |
|---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Specifies the stored text includes literals.")>
Public Property SaveLiterals As System.Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MaskInfo
Dim value As System.Boolean
instance.SaveLiterals = value
value = instance.SaveLiterals |
| C# | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the stored text includes literals.")]
public System.bool SaveLiterals {get; set;} |
| Delphi | |
|---|
public read-write property SaveLiterals: System.Boolean; |
| JScript | |
|---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Specifies the stored text includes literals.")
public function get,set SaveLiterals : System.boolean |
| Managed Extensions for C++ | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the stored text includes literals.")]
public: __property System.bool get_SaveLiterals();
public: __property void set_SaveLiterals(
System.bool value
); |
| C++/CLI | |
|---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Specifies the stored text includes literals.")]
public:
property System.bool SaveLiterals {
System.bool get();
void set ( System.bool value);
} |
Property Value
The default is true.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also