'Declaration
Public Property Documents As System.Collections.ArrayList
'Usage
Dim instance As NDocumentManagerData Dim value As System.Collections.ArrayList instance.Documents = value value = instance.Documents
public System.Collections.ArrayList Documents {get; set;}