UpdateFile.Modified Property

 

Applies To: Windows Server Update Services

Gets the NTFS modified date of the published file.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

public DateTime Modified { get; }
public:
property DateTime Modified {
    DateTime get();
}
member Modified : DateTime with get
Public ReadOnly Property Modified As Date

Property Value

Type: System.DateTime

The DateTime of the modified date of the file.

See Also

UpdateFile Class
Microsoft.UpdateServices.Administration Namespace

Return to top