ArgumentsCollection 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.
collection of fields
public ref class ArgumentsCollection sealed : Microsoft::Xrm::Sdk::DataCollection<System::String ^, System::Object ^>
[System.Runtime.Serialization.CollectionDataContract(Name="ArgumentsCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
[System.Runtime.Serialization.KnownType("GetKnownParameterTypes")]
public sealed class ArgumentsCollection : Microsoft.Xrm.Sdk.DataCollection<string,object>
[<System.Runtime.Serialization.CollectionDataContract(Name="ArgumentsCollection", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
[<System.Runtime.Serialization.KnownType("GetKnownParameterTypes")>]
type ArgumentsCollection = class
inherit DataCollection<string, obj>
Public NotInheritable Class ArgumentsCollection
Inherits DataCollection(Of String, Object)
- Inheritance
-
ArgumentsCollection
- Attributes
Constructors
ArgumentsCollection() |