AllowComments

SignatureLine.AllowComments property

Indique si des commentaires peuvent être joints.

public bool AllowComments { get; set; }

Exemples


[C#]
if(s.AllowComments)
{
    // Des commentaires peuvent être joints.
}

Voir également