Gets value indicating whether or not the CProducerAuthority has Default Owner permissions.

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

Syntax

C#
public bool DefaultOwnerForGroup { get; }
Visual Basic
Public ReadOnly Property DefaultOwnerForGroup As Boolean
	Get
Visual C++
public:
property bool DefaultOwnerForGroup {
	bool get ();
}

See Also