Gets the identity of the last individual or system to update this CSubscription instance.

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

Syntax

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

See Also