SignatureLine.Title

SignatureLine.Title property

Gets and sets the title of singer.

public string Title { get; set; }

Examples


[C#]
// Create signature line object
SignatureLine s4 = new SignatureLine();
s4.Title = "Development Lead";

See Also