Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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