| Visual Basic (Usage) | Copy Code |
|---|---|
Dim type As Type Dim value As XmlQualifiedName value = Type.GetQName(type) | |
| C# | |
|---|---|
public static XmlQualifiedName GetQName( Type type ) | |
Parameters
- type
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>