InvokeRestMethod.CertificateThumbprint Property

Definition

Provides access to the CertificateThumbprint parameter.

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

Property Value

Attributes

Applies to