Share via


FileForInstallableItem.FileName Property

 

Applies To: Windows Server Update Services

Gets or sets the name of the file.

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

Syntax

public string FileName { get; set; }
public:
property String^ FileName {
    String^ get();
    void set(String^ value);
}
member FileName : string with get, set
Public Property FileName As String

Property Value

Type: System.String

The name of the file.

See Also

FileForInstallableItem Class
Microsoft.UpdateServices.Administration Namespace

Return to top