AddMember.NotePropertyValue Property

Definition

Provides access to the NotePropertyValue parameter.

public:
 property System::Activities::InArgument<System::Object ^> ^ NotePropertyValue { System::Activities::InArgument<System::Object ^> ^ get(); void set(System::Activities::InArgument<System::Object ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<object> NotePropertyValue { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.NotePropertyValue : System.Activities.InArgument<obj> with get, set
Public Property NotePropertyValue As InArgument(Of Object)

Property Value

Attributes

Applies to