ConvertDateAndTimeBehaviorRequest.Attributes 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 a collection of entity and attributes to apply the behavior conversion on. Required
public:
property Microsoft::Xrm::Sdk::EntityAttributeCollection ^ Attributes { Microsoft::Xrm::Sdk::EntityAttributeCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityAttributeCollection ^ value); };
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="This is required to set the collection from the Client.", MessageId="")]
public Microsoft.Xrm.Sdk.EntityAttributeCollection Attributes { get; set; }
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly", Justification="This is required to set the collection from the Client.", MessageId="")>]
member this.Attributes : Microsoft.Xrm.Sdk.EntityAttributeCollection with get, set
Public Property Attributes As EntityAttributeCollection
Property Value
A collection of entity and attributes to apply the behavior conversion on.
- Attributes