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