SmsPageXmlData.VendorId Field
Indicates the identifier for the vendor of the page XML data assembly.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsPageXmlData
Dim value As String
value = instance.VendorId
instance.VendorId = value
Syntax
'Declaration
<XmlAttributeAttribute("VendorId")> _
Public VendorId As String
[XmlAttributeAttribute("VendorId")]
public string VendorId
[XmlAttributeAttribute(L"VendorId")]
public:
String^ VendorId
/** @attribute XmlAttributeAttribute("VendorId") */
public String VendorId
XmlAttributeAttribute("VendorId")
public var VendorId : String
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageXmlData Class
SmsPageXmlData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace