Gets the last name of the CContentProducer.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string LastName { get; }
Visual Basic (Declaration)
Public ReadOnly Property LastName As String
Visual C++
public:
property String^ LastName {
	String^ get ();
}

See Also