DateTimeAttributeMetadata.CanChangeDateTimeBehavior Property
Definition
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.
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