FileForInstallableItem Class
Applies To: Windows Server Update Services
Represents a file for an installable item.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Inheritance Hierarchy
System.Object
Microsoft.UpdateServices.Administration.FileForInstallableItem
Syntax
public class FileForInstallableItem
public ref class FileForInstallableItem
type FileForInstallableItem = class end
Public Class FileForInstallableItem
Constructors
Name | Description | |
---|---|---|
FileForInstallableItem() | Initializes a new instance of FileForInstallableItem. |
Properties
Name | Description | |
---|---|---|
AdditionalDigest | Gets or sets the SHA256 file digest in base 64 encoding. |
|
Digest | Gets or sets the SHA-1 file digest in base 64 encoding. |
|
FileName | Gets or sets the name of the file. |
|
Modified | Gets or sets the file's last modified date |
|
OriginUri | Gets or sets the URL where the file was originally located. |
|
Size | Gets or sets the file size. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top