SmsPageXmlData.Assembly Field
Indicates the name of the 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.Assembly
instance.Assembly = value
Syntax
'Declaration
<XmlAttributeAttribute("Assembly")> _
<DefaultValueAttribute("")> _
Public Assembly As String
[XmlAttributeAttribute("Assembly")]
[DefaultValueAttribute("")]
public string Assembly
[XmlAttributeAttribute(L"Assembly")]
[DefaultValueAttribute(L"")]
public:
String^ Assembly
/** @attribute XmlAttributeAttribute("Assembly") */
/** @attribute DefaultValueAttribute("") */
public String Assembly
XmlAttributeAttribute("Assembly")
DefaultValueAttribute("")
public var Assembly : 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