ComPersistableTypeElement Constructors

Definition

Initializes a new instance of the ComPersistableTypeElement class.

Overloads

ComPersistableTypeElement()

Initializes a new instance of the ComPersistableTypeElement class.

ComPersistableTypeElement(String)

Initializes a new instance of the ComPersistableTypeElement class.

ComPersistableTypeElement()

Initializes a new instance of the ComPersistableTypeElement class.

public:
 ComPersistableTypeElement();
public ComPersistableTypeElement ();
Public Sub New ()

Applies to

ComPersistableTypeElement(String)

Initializes a new instance of the ComPersistableTypeElement class.

public:
 ComPersistableTypeElement(System::String ^ ID);
public ComPersistableTypeElement (string ID);
new System.ServiceModel.Configuration.ComPersistableTypeElement : string -> System.ServiceModel.Configuration.ComPersistableTypeElement
Public Sub New (ID As String)

Parameters

ID
String

A unique identifier for a persistable type.

Applies to