DateTimeAttributeMetadata.DateTimeBehavior 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 the behavior of the attribute.
public:
property Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^ DateTimeBehavior { Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^ get(); void set(Microsoft::Xrm::Sdk::Metadata::DateTimeBehavior ^ value); };
[System.Runtime.Serialization.DataMember(Order=71)]
public Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior DateTimeBehavior { get; set; }
[<System.Runtime.Serialization.DataMember(Order=71)>]
member this.DateTimeBehavior : Microsoft.Xrm.Sdk.Metadata.DateTimeBehavior with get, set
Public Property DateTimeBehavior As DateTimeBehavior
Property Value
Returns DateTimeBehaviorBehavior of the attribute.
- Attributes