Gets an identifier of the CContentProducer who last updated the content.

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

Syntax

C#
public decimal ProducerId { get; }
Visual Basic (Declaration)
Public ReadOnly Property ProducerId As Decimal
Visual C++
public:
property Decimal ProducerId {
	Decimal get ();
}

See Also