Gets a value indicating whether the NumberFormatInfo is read-only.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DesignOnlyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets a value indicating whether the NumberFormatInfo is read-only.")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property IsReadOnly As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As NumberFormatInfoWrapper
Dim value As System.Boolean
instance.IsReadOnly = value
value = instance.IsReadOnly |
C# | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets a value indicating whether the NumberFormatInfo is read-only.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.bool IsReadOnly {get; set;} |
Delphi | |
---|
public read-write property IsReadOnly: System.Boolean; |
JScript | |
---|
System.ComponentModel.DesignOnlyAttribute()
System.ComponentModel.DescriptionAttribute("Gets a value indicating whether the NumberFormatInfo is read-only.")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set IsReadOnly : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets a value indicating whether the NumberFormatInfo is read-only.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.bool get_IsReadOnly();
public: __property void set_IsReadOnly(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DesignOnlyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets a value indicating whether the NumberFormatInfo is read-only.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.bool IsReadOnly {
System.bool get();
void set ( System.bool value);
} |
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