AllowComments

SignatureLine.AllowComments property

Indikerar om kommentarer kan bifogas.

public bool AllowComments { get; set; }

Exempel


[C#]
if(s.AllowComments)
{
    // Kommentarer kan bifogas.
}

Se även