ConvertDateAndTimeBehaviorRequest.Attributes Property

Definition

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

Applies to