Indicates the class type. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsAssemblyData
Dim value As String

value = instance.Type

instance.Type = value

Syntax

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also