DocumentMetadataOwners Property
Namespace: Ignition.DocumentManagementAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<DocumentCustomer> Owners { get; protected set; }
<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>
Public Property Owners As IReadOnlyCollection(Of DocumentCustomer)
Get
Protected Set
public:
[NetForumSubEntityCollectionAttribute(NetForumDataBindingMode::ReadOnly)]
property IReadOnlyCollection<DocumentCustomer^>^ Owners {
IReadOnlyCollection<DocumentCustomer^>^ get ();
protected: void set (IReadOnlyCollection<DocumentCustomer^>^ value);
}
[<NetForumSubEntityCollectionAttribute(NetForumDataBindingMode.ReadOnly)>]
member Owners : IReadOnlyCollection<DocumentCustomer> with get, set
Property Value
IReadOnlyCollectionDocumentCustomer