SoftwareMetadata.Files Property
Gets information about the files associated with this package.
Namespace: Microsoft.UpdateServices.ClientServicing
Assembly: Microsoft.UpdateServices.ClientServicing (in Microsoft.UpdateServices.ClientServicing.dll)
Usage
Syntax
'Declaration
Public ReadOnly Property Files As ReadOnlyCollection(Of UpdateFile)
public ReadOnlyCollection<UpdateFile> Files { get; }
public:
property ReadOnlyCollection<UpdateFile^>^ Files {
ReadOnlyCollection<UpdateFile^>^ get ();
}
/** @property */
public ReadOnlyCollection<UpdateFile> get_Files ()
public function get Files () : ReadOnlyCollection<UpdateFile>
Property Value
Information about the files associated with this package.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Target Platforms
Windows Server 2008, Windows Server 2003, Windows Server 2008 R2
See Also
Reference
SoftwareMetadata Class
SoftwareMetadata Members
Microsoft.UpdateServices.ClientServicing Namespace