Sdílet prostřednictvím


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
Public Property IsSmallMoney As Boolean
'Usage
Dim instance As Money
Dim value As Boolean

value = instance.IsSmallMoney

instance.IsSmallMoney = value
public bool IsSmallMoney { get; set; }
public:
property bool IsSmallMoney {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsSmallMoney ()

/** @property */
public void set_IsSmallMoney (boolean value)
public function get IsSmallMoney () : boolean

public function set IsSmallMoney (value : boolean)

See Also

Reference

Money Class
Money Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace