ComPersistableTypeElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.