Selerix Developer Tools
DocumentApplications Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : DocumentApplications Property
Gets or sets the parts of document. Each part is application on document.
Syntax
'Declaration
 
<XmlArrayItemAttribute(Type=Selerix.BusinessObjects.DocumentApplication, ElementName="DocumentApplication")>
Public Overridable Property DocumentApplications As List(Of DocumentApplication)
'Usage
 
Dim instance As Document
Dim value As List(Of DocumentApplication)
 
instance.DocumentApplications = value
 
value = instance.DocumentApplications
[XmlArrayItem(Type=Selerix.BusinessObjects.DocumentApplication, ElementName="DocumentApplication")]
public virtual List<DocumentApplication> DocumentApplications {get; set;}
public read-write property DocumentApplications: List; virtual; 
XmlArrayItemAttribute(Type=Selerix.BusinessObjects.DocumentApplication, ElementName="DocumentApplication")
public function get,set DocumentApplications : List
[XmlArrayItem(Type=Selerix.BusinessObjects.DocumentApplication, ElementName="DocumentApplication")]
public: __property virtual List<DocumentApplication*>* get_DocumentApplications();
public: __property virtual void set_DocumentApplications( 
   List<DocumentApplication*>* value
);
[XmlArrayItem(Type=Selerix.BusinessObjects.DocumentApplication, ElementName="DocumentApplication")]
public:
virtual property List<DocumentApplication^>^ DocumentApplications {
   List<DocumentApplication^>^ get();
   void set (    List<DocumentApplication^>^ value);
}

Property Value

The application documents.
See Also

Reference

Document Class
Document Members