DateTimeAttributeMetadata.CanChangeDateTimeBehavior Property

Definition

Gets or sets whether the date and time behavior can be changed for the attribute.

public:
 property Microsoft::Xrm::Sdk::BooleanManagedProperty ^ CanChangeDateTimeBehavior { Microsoft::Xrm::Sdk::BooleanManagedProperty ^ get(); void set(Microsoft::Xrm::Sdk::BooleanManagedProperty ^ value); };
[System.Runtime.Serialization.DataMember(Order=71)]
public Microsoft.Xrm.Sdk.BooleanManagedProperty CanChangeDateTimeBehavior { get; set; }
[<System.Runtime.Serialization.DataMember(Order=71)>]
member this.CanChangeDateTimeBehavior : Microsoft.Xrm.Sdk.BooleanManagedProperty with get, set
Public Property CanChangeDateTimeBehavior As BooleanManagedProperty

Property Value

Returns BooleanManagedPropertytrue if the behavior can be changed; otherwise, false.

Attributes

Applies to