ResultDocumentCollection.Count PropertyResultDocumentCollection.Count PropertyResultDocumentCollection::Count Property

Gets the number of documents created by the XSL transformation.

Syntax

Public ReadOnly Property Count As Integer
        Get
public int Count { get; }
public:
property int Count {
    int get();
}
 

Property Value

Type: System.Int32System.Int32System::Int32

The number of documents created by the XSL transformation.