Indicates if culture info setting is customizeable.
Indicates if culture info setting is customizable.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property IsCustomize As System.Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CultureInfoWrapper
Dim value As System.Boolean
instance.IsCustomize = value
value = instance.IsCustomize |
C# | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public System.bool IsCustomize {get; set;} |
Delphi | |
---|
public read-write property IsCustomize: System.Boolean; |
JScript | |
---|
System.ComponentModel.DefaultValueAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set IsCustomize : System.boolean |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property System.bool get_IsCustomize();
public: __property void set_IsCustomize(
System.bool value
); |
C++/CLI | |
---|
[System.ComponentModel.DefaultValueAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Indicates if culture info setting is customizeable.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property System.bool IsCustomize {
System.bool get();
void set ( System.bool value);
} |
Remarks
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