Indicates the name of the 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.Assembly

instance.Assembly = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also