CalculateRollupFieldRequest.FieldName Property
Applies To: Dynamics CRM 2015
Gets or sets logical name of the attribute to calculate. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string FieldName { get; set; }
public:
property String^ FieldName {
String^ get();
void set(String^ value);
}
member FieldName : string with get, set
Public Property FieldName As String
Property Value
Type: System.String
Type: String
The logical name of the attribute to calculate.
See Also
CalculateRollupFieldRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright