ComPersistableTypeElement::ID Property

 

Gets or sets a unique identifier for a persistable type.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("ID", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ ID {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A unique identifier for a persistable type.

.NET Framework
Available since 3.0
Return to top
Show: