AddMember.NotePropertyMembers Property

Definition

Provides access to the NotePropertyMembers parameter.

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

Property Value

Attributes

Applies to