InvokeRestMethod.ContentType Property

Definition

Provides access to the ContentType parameter.

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

Property Value

Attributes

Applies to