InstallableItemWithServerInformation.ServerSpecificFileInformation Property 

[WSUS 3.0 API - This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Retrieves or sets Server specific information.

Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)

Syntax

'Declaration
Public Property ServerSpecificFileInformation As FileForInstallableItem
'Usage
Dim instance As InstallableItemWithServerInformation
Dim value As FileForInstallableItem

value = instance.ServerSpecificFileInformation

instance.ServerSpecificFileInformation = value
public FileForInstallableItem ServerSpecificFileInformation { get; set; }
public:
property FileForInstallableItem^ ServerSpecificFileInformation {
    FileForInstallableItem^ get ();
    void set (FileForInstallableItem^ value);
}
/** @property */
public FileForInstallableItem get_ServerSpecificFileInformation ()

/** @property */
public void set_ServerSpecificFileInformation (FileForInstallableItem value)
public function get ServerSpecificFileInformation () : FileForInstallableItem

public function set ServerSpecificFileInformation (value : FileForInstallableItem)

Property Value

Server specific file information.

Remarks

This value will be set by WSUS publishing function during publishing.

Platforms

Windows Server 2003

See Also

Reference

InstallableItemWithServerInformation Class
InstallableItemWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.