Share via


Money.IsSmallMoney Property

Gets or sets a value that indicates whether the generator is for SmallMoney type.

Namespace:  Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly:  Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)

Syntax

'Declaration
<InputAttribute(Visible := False)> _
Public Property IsSmallMoney As Boolean
'Usage
Dim instance As Money
Dim value As Boolean

value = instance.IsSmallMoney

instance.IsSmallMoney = value
[InputAttribute(Visible = false)]
public bool IsSmallMoney { get; set; }
[InputAttribute(Visible = false)]
public:
property bool IsSmallMoney {
    bool get ();
    void set (bool value);
}
public function get IsSmallMoney () : boolean
public function set IsSmallMoney (value : boolean)

Property Value

Type: System.Boolean

Permissions

See Also

Reference

Money Class

Money Members

Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace