This documentation is archived and is not being maintained.

ProtocolImporter.CodeTypeDeclaration Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Public ReadOnly Property CodeTypeDeclaration As CodeTypeDeclaration
[C#]
public CodeTypeDeclaration CodeTypeDeclaration {get;}
[C++]
public: __property CodeTypeDeclaration* get_CodeTypeDeclaration();
[JScript]
public function get CodeTypeDeclaration() : CodeTypeDeclaration;

See Also

ProtocolImporter Class | ProtocolImporter Members | System.Web.Services.Description Namespace

Show: