ArgumentDescriptionAttribute Class

Definition

Specifies a description for the argument.

public ref class ArgumentDescriptionAttribute sealed : Attribute, Microsoft::Xrm::Sdk::Workflow::IWorkflowArgument
[System.AttributeUsage(System.AttributeTargets.All)]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")]
[System.Serializable]
public sealed class ArgumentDescriptionAttribute : Attribute, Microsoft.Xrm.Sdk.Workflow.IWorkflowArgument
[<System.AttributeUsage(System.AttributeTargets.All)>]
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1019:DefineAccessorsForAttributeArguments", Justification="Accessors need to be public for WinWF runtime Xaml Services for serialization/deserialization", MessageId="")>]
[<System.Serializable>]
type ArgumentDescriptionAttribute = class
    inherit Attribute
    interface IWorkflowArgument
Public NotInheritable Class ArgumentDescriptionAttribute
Inherits Attribute
Implements IWorkflowArgument
Inheritance
ArgumentDescriptionAttribute
Attributes
Implements

Constructors

ArgumentDescriptionAttribute()

Initializes an instance of the ArgumentDescriptionAttribute class.

ArgumentDescriptionAttribute(String)

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

Properties

ArgumentValue

Gets the description of the argument.

Value

Gets or sets the argument’s description.

Applies to