Share via


UpdateServicesPackage.SupportUrl Property 

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

Get/Set support url.

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

Syntax

'Declaration
Public Property SupportUrl As Uri
'Usage
Dim instance As UpdateServicesPackage
Dim value As Uri

value = instance.SupportUrl

instance.SupportUrl = value
public Uri SupportUrl { get; set; }
public:
property Uri^ SupportUrl {
    Uri^ get ();
    void set (Uri^ value);
}
/** @property */
public Uri get_SupportUrl ()

/** @property */
public void set_SupportUrl (Uri value)
public function get SupportUrl () : Uri

public function set SupportUrl (value : Uri)

Property Value

The support URL.

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.