MoneyAttributeMetadata.CalculationOf Property

 

Applies To: Dynamics CRM 2015

For internal use only.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string CalculationOf { get; set; }
public:
[DataMemberAttribute]
property String^ CalculationOf {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member CalculationOf : string with get, set
<DataMemberAttribute>
Public Property CalculationOf As String

Property Value

Type: System.String

Type: String
For internal use only.

Remarks

If this property is not assigned a value, it defaults to null.

See Also

MoneyAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright