SignatureDescription.FormatterAlgorithm Property

Definition

Gets or sets the formatter algorithm for the signature description.

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

Property Value

The formatter algorithm for the signature description.

Applies to

See also