InputArgumentCollection.Arguments Property

Definition

Gets or sets the InputArgument collection.

public:
 property Microsoft::Crm::Sdk::Messages::InputArgument ^ Arguments { Microsoft::Crm::Sdk::Messages::InputArgument ^ get(); void set(Microsoft::Crm::Sdk::Messages::InputArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.InputArgument Arguments { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Arguments : Microsoft.Crm.Sdk.Messages.InputArgument with get, set
Public Property Arguments As InputArgument

Property Value

An input argument.

Attributes

Applies to