Partager via


CIVersionInfoDocuments.Documents Property

 

Gets a collection of documents.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public Collection<CIVersionInfoDocument> Documents { get; }
public:
property Collection<CIVersionInfoDocument^>^ Documents {
    Collection<CIVersionInfoDocument^>^ get();
}
Public ReadOnly Property Documents As Collection(Of CIVersionInfoDocument)

Property Value

Type: System.Collections.ObjectModel.Collection<CIVersionInfoDocument>

See Also

CIVersionInfoDocuments Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top