Gets or sets the number of digits in each group to the left of the decimal in currency values.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property CurrencyGroupSizes As NGroupCollection |
C# | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public NGroupCollection CurrencyGroupSizes {get;} |
JScript | |
---|
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")
ISNet.Serialization.BinarySerializableAttribute()
public function get CurrencyGroupSizes : NGroupCollection |
Managed Extensions for C++ | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property NGroupCollection* get_CurrencyGroupSizes(); |
C++/CLI | |
---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in currency values.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property NGroupCollection^ CurrencyGroupSizes {
NGroupCollection^ get();
} |
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