ComUdtElement::TypeLibID Property

 

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

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

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

Property Value

Type: System::String^

The registered type library that defines the type.

.NET Framework
Available since 3.0
Return to top
Show: