ConstructorArgumentAttribute(String) Constructor

Definition

Initializes a new instance of the ConstructorArgumentAttribute class, initializing the ArgumentName property.

public:
 ConstructorArgumentAttribute(System::String ^ argumentName);
public ConstructorArgumentAttribute (string argumentName);
new System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute : string -> System.Workflow.ComponentModel.Serialization.ConstructorArgumentAttribute
Public Sub New (argumentName As String)

Parameters

argumentName
String

A string that contains the argument name.

Applies to