ConfigurationEntity.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 the collection of attribute values.
public:
property Microsoft::Xrm::Sdk::Deployment::AttributeCollection ^ Attributes { Microsoft::Xrm::Sdk::Deployment::AttributeCollection ^ get(); void set(Microsoft::Xrm::Sdk::Deployment::AttributeCollection ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.Xrm.Sdk.Deployment.AttributeCollection Attributes { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.Attributes : Microsoft.Xrm.Sdk.Deployment.AttributeCollection with get, set
Public Property Attributes As AttributeCollection
Property Value
The collection of attribute values.
- Attributes