Framework EDI Reference. Methods and Properties
ediDocument. Property

Sets or gets the value of a property of the document.

Syntax:

Parameters:

Returns

Returns a variant data type containing the value of the property type requested.

Example

Set oEdiDoc = New Fredi.ediDocument
txtSegmentThreshold.Text = oEdiDoc.Property(Property_RAMObjectSegmentsThreshold)
txtPagingSystemBufferIO.Text = oEdiDoc.Property(Property_PagingSystemBufferIO)
txtObjectPercent.Text = oEdiDoc.Property(Property_RAMPagingObjectsPercent)
txtMultiTasking.Text = oEdiDoc.Option(OptDocument_MultiTasking)
txtDocumentBufferIO.Text = oEdiDoc.Property(Property_DocumentBufferIO)
txtReadOnly.Text = oEdiDoc.Option(OptDocument_ReadOnlyMode)