AllowComments

SignatureLine.AllowComments property

Indica si se pueden adjuntar comentarios.

public bool AllowComments { get; set; }

Ejemplos


[C#]
if(s.AllowComments)
{
    // Se pueden adjuntar comentarios.
}

Ver también