SetCimInstance.Property Property

Definition

Provides access to the Property parameter.

public:
 property System::Activities::InArgument<System::Collections::IDictionary ^> ^ Property { 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> Property { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Property : System.Activities.InArgument<System.Collections.IDictionary> with get, set
Public Property Property As InArgument(Of IDictionary)

Property Value

Attributes

Applies to