CIVersionInfoPolicyInstance.Documents Property
Gets a collection of configuration item documents for download.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ReadOnlyCollection<CIVersionInfoDocument> Documents { get; }
public:
property ReadOnlyCollection<CIVersionInfoDocument^>^ Documents {
ReadOnlyCollection<CIVersionInfoDocument^>^ get();
}
Public ReadOnly Property Documents As ReadOnlyCollection(Of CIVersionInfoDocument)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CIVersionInfoDocument>
See Also
CIVersionInfoPolicyInstance Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top