AllowComments

SignatureLine.AllowComments property

Indica se è possibile allegare commenti.

public bool AllowComments { get; set; }

Esempi


[C#]
if(s.AllowComments)
{
    // Potrebbero essere allegati commenti.
}

Guarda anche