InstallableItemWithServerInformation.InstallationSourceCabFile 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 the PackageCabFile location.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property InstallationSourceCabFile As String
'Usage
Dim instance As InstallableItemWithServerInformation
Dim value As String
value = instance.InstallationSourceCabFile
instance.InstallationSourceCabFile = value
public string InstallationSourceCabFile { get; set; }
public:
property String^ InstallationSourceCabFile {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_InstallationSourceCabFile ()
/** @property */
public void set_InstallationSourceCabFile (String value)
public function get InstallationSourceCabFile () : String
public function set InstallationSourceCabFile (value : String)
Property Value
The PackageCabFile location.
Remarks
Note: WSUS specific file details. 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
.gif)