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