AttributeCollection Class
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.
Contains a collection of attributes.
public ref class AttributeCollection : Microsoft::Xrm::Sdk::DataCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.CollectionDataContract(ItemName="KeyValuePairOfstringanyType", Name="AttributeCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class AttributeCollection : Microsoft.Xrm.Sdk.DataCollection<System.Collections.Generic.KeyValuePair<string,object>>
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.CollectionDataContract(ItemName="KeyValuePairOfstringanyType", Name="AttributeCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type AttributeCollection = class
inherit DataCollection<KeyValuePair<string, obj>>
Public Class AttributeCollection
Inherits DataCollection(Of KeyValuePair(Of String, Object))
- Inheritance
-
AttributeCollection
- Attributes
Remarks
Used in the ConfigurationEntity class to hold a set of configuration attributes.
Constructors
AttributeCollection() |
Initializes a new instance of the AttributeCollection class. |