InputArgumentCollection.Arguments 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 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