ArgumentDescriptionAttribute Constructors

Definition

Initializes an instance of the ArgumentDescriptionAttribute class.

Overloads

ArgumentDescriptionAttribute()

Initializes an instance of the ArgumentDescriptionAttribute class.

ArgumentDescriptionAttribute(String)

Initializes an instance of the ArgumentDescriptionAttribute class setting the Value property.

ArgumentDescriptionAttribute()

Initializes an instance of the ArgumentDescriptionAttribute class.

public:
 ArgumentDescriptionAttribute();
public ArgumentDescriptionAttribute ();
Public Sub New ()

Remarks

The Value property defaults to an empty string.

Applies to

ArgumentDescriptionAttribute(String)

Initializes an instance of the ArgumentDescriptionAttribute class setting the Value property.

public:
 ArgumentDescriptionAttribute(System::String ^ value);
public ArgumentDescriptionAttribute (string value);
new Microsoft.Xrm.Sdk.Workflow.ArgumentDescriptionAttribute : string -> Microsoft.Xrm.Sdk.Workflow.ArgumentDescriptionAttribute
Public Sub New (value As String)

Parameters

value
String

A description of the argument.

Applies to