Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Money Class

Definition

Namespace:
Microsoft.Xrm.Sdk
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains the value for a money attribute.

public ref class Money sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Name="Money", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class Money : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Name="Money", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type Money = class
 interface IExtensibleDataObject
Public NotInheritable Class Money
Implements IExtensibleDataObject
Inheritance
Money
Attributes
Implements

Remarks

This corresponds to the CrmMoney class from Microsoft Dynamics CRM 4.0.

Constructors

Name Description
Money()

Initializes a new instance of the Money class.

Money(Decimal)

Initializes a new instance of the Money class setting the value.

Properties

Name Description
ExtensionData

Gets or sets the structure that contains extra data.

Value

Gets or sets the value of the attribute.

Methods

Name Description
Equals(Object)

Determines whether two instances are equal.

GetHashCode()

Returns a hash code value for this type.

Applies to