Indicates the identifier for the vendor of the page XML data assembly. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageXmlData
Dim value As String

value = instance.VendorId

instance.VendorId = value

Syntax

Visual Basic
<XmlAttributeAttribute("VendorId")> _
Public VendorId As String
C#
[XmlAttributeAttribute("VendorId")] 
public string VendorId
C++
[XmlAttributeAttribute(L"VendorId")] 
public:
String^ VendorId
J#
/** @attribute XmlAttributeAttribute("VendorId") */ 
public String VendorId
JScript
XmlAttributeAttribute("VendorId") 
public var VendorId : String

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also