Share via


UpdateServicesPackageWithServerInformation.PublisherId 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 the identity of publisher which publishs this package

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

Syntax

'Declaration
Public Property PublisherId As Guid
'Usage
Dim instance As UpdateServicesPackageWithServerInformation
Dim value As Guid

value = instance.PublisherId

instance.PublisherId = value
public Guid PublisherId { get; set; }
public:
property Guid PublisherId {
    Guid get ();
    void set (Guid value);
}
/** @property */
public Guid get_PublisherId ()

/** @property */
public void set_PublisherId (Guid value)
public function get PublisherId () : Guid

public function set PublisherId (value : Guid)

Property Value

The identity of publisher which publishs this package

Platforms

Windows Server 2003

See Also

Reference

UpdateServicesPackageWithServerInformation Class
UpdateServicesPackageWithServerInformation Members
Microsoft.UpdateServices.Administration Namespace

Footer image

Send comments about this topic to Microsoft.