AllowComments

SignatureLine.AllowComments property

Gibt an, ob Kommentare angehängt werden können.

public bool AllowComments { get; set; }

Beispiele


[C#]
if(s.AllowComments)
{
    // Kommentare können angehängt werden.
}

Siehe auch