ConvertDateAndTimeBehaviorRequest.Attributes Property

 

Applies To: Dynamics CRM 2015

Gets or sets a collection of entity and attributes to apply the behavior conversion on. Required

Namespace:   Microsoft.Xrm.Sdk.Messages
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

public EntityAttributeCollection Attributes { get; set; }
public:
property EntityAttributeCollection^ Attributes {
    EntityAttributeCollection^ get();
    void set(EntityAttributeCollection^ value);
}
member Attributes : EntityAttributeCollection with get, set
Public Property Attributes As EntityAttributeCollection

Property Value

Type: Microsoft.Xrm.Sdk.EntityAttributeCollection

Returns EntityAttributeCollection.

See Also

ConvertDateAndTimeBehaviorRequest Class
Microsoft.Xrm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright