XsdDataContractExporter::GetSchemaTypeName Method (Type^)
.NET Framework (current version)
Returns the contract name and contract namespace for the Type.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- type
-
Type:
System::Type^
The Type that was exported.
Return Value
Type: System.Xml::XmlQualifiedName^An XmlQualifiedName that represents the contract name of the type and its namespace.
| Exception | Condition |
|---|---|
| ArgumentNullException | The type argument is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: