AllowComments

SignatureLine.AllowComments property

يشير إلى إمكانية إرفاق التعليقات.

public bool AllowComments { get; set; }

أمثلة


[C#]
if(s.AllowComments)
{
    // يمكن إرفاق التعليقات.
}

أنظر أيضا