ComUdtElement::TypeLibVersion Property

 

Gets or sets a string that identifies the type library version that defines the type.

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

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

Property Value

Type: System::String^

The type library version that defines the type.

.NET Framework
Available since 3.0
Return to top
Show: