UpdateServicesPackage.VendorName 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 VendorName
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in microsoft.updateservices.administration.dll)
Syntax
'Declaration
Public Property VendorName As String
'Usage
Dim instance As UpdateServicesPackage
Dim value As String
value = instance.VendorName
instance.VendorName = value
public string VendorName { get; set; }
public:
property String^ VendorName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_VendorName ()
/** @property */
public void set_VendorName (String value)
public function get VendorName () : String
public function set VendorName (value : String)
Property Value
The Vendor name
Platforms
Windows Server 2003
See Also
Reference
UpdateServicesPackage Class
UpdateServicesPackage Members
Microsoft.UpdateServices.Administration Namespace