ResultDocumentCollection.PrimaryOutput PropertyResultDocumentCollection.PrimaryOutput PropertyResultDocumentCollection::PrimaryOutput Property

Gets the primary output.

Syntax

Public ReadOnly Property PrimaryOutput As ResultDocument
        Get
public ResultDocument PrimaryOutput { get; }
public:
property ResultDocument^ PrimaryOutput {
    ResultDocument^ get();
}