ProtocolImporter.ClassNames Property

Definition

Gets the CodeIdentifiers object that generates a unique name for the binding class that is currently being generated.

public:
 property System::Xml::Serialization::CodeIdentifiers ^ ClassNames { System::Xml::Serialization::CodeIdentifiers ^ get(); };
public System.Xml.Serialization.CodeIdentifiers ClassNames { get; }
member this.ClassNames : System.Xml.Serialization.CodeIdentifiers
Public ReadOnly Property ClassNames As CodeIdentifiers

Property Value

The CodeIdentifiers object that generates a unique name for the binding class that is currently being generated.

Applies to