ArgumentDescriptionAttribute Constructors
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.
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 |
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.