SignatureDescription.DeformatterAlgorithm Property

Definition

Gets or sets the deformatter algorithm for the signature description.

public:
 property System::String ^ DeformatterAlgorithm { System::String ^ get(); void set(System::String ^ value); };
public string? DeformatterAlgorithm { get; set; }
public string DeformatterAlgorithm { get; set; }
member this.DeformatterAlgorithm : string with get, set
Public Property DeformatterAlgorithm As String

Property Value

The deformatter algorithm for the signature description.

Applies to

See also