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.3.0

Syntax

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

See Also