WorkflowInstance.Properties Property

Definition

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
[Microsoft.SharePoint.Client.ClientCallableProperty(SetProperty=false)]
public System.Collections.Generic.Dictionary<string,string> Properties { get; }
member this.Properties : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property Properties As Dictionary(Of String, String)

Property Value

Dictionary<String,String>
Attributes
ClientCallablePropertyAttribute

Applies to