SoftwareDistributionPackage.VendorName Property
Applies To: Windows Server Update Services
Gets or sets the vendor name associated with this package.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public string VendorName { get; set; }
public:
property String^ VendorName {
String^ get();
void set(String^ value);
}
member VendorName : string with get, set
Public Property VendorName As String
Property Value
Type: System.String
The vendor name associated with this package.
See Also
SoftwareDistributionPackage Class
Microsoft.UpdateServices.Administration Namespace
Return to top