ProtocolImporter::CodeNamespace Property

 
Use BaseTrue

Gets a representation of the .NET Framework namespace of the binding classes that are being generated.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
property CodeNamespace^ CodeNamespace {
	CodeNamespace^ get();
}

Property Value

Type: System.CodeDom::CodeNamespace^

A representation of the .NET Framework namespace of the binding classes that are being generated.

.NET Framework
Available since 1.1
Return to top
Show: