ConvertDateAndTimeBehaviorRequest.ConversionRule Property

 

Applies To: Dynamics CRM 2015

Gets or sets the conversion rule to apply. Required.

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

Syntax

public string ConversionRule { get; set; }
public:
property String^ ConversionRule {
    String^ get();
    void set(String^ value);
}
member ConversionRule : string with get, set
Public Property ConversionRule As String

Property Value

Type: System.String

Returns String
The conversion rule name to apply.

Remarks

The valid values for this parameter are available in the DateTimeBehaviorConversionRule class.

See Also

DateTimeBehaviorConversionRule
ConvertDateAndTimeBehaviorRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright