Gets or sets the ProducerId of the default owner when the CContentProducer creates new CContent.

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

Syntax

C#
public decimal DefaultOwnerProducerId { get; set; }
Visual Basic
Public Property DefaultOwnerProducerId As Decimal
	Get
	Set
Visual C++
public:
property Decimal DefaultOwnerProducerId {
	Decimal get ();
	void set (Decimal value);
}

See Also