ComUdtElement.TypeLibVersion Property

Definition

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

public:
 property System::String ^ TypeLibVersion { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("typeLibVersion", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)]
[System.Configuration.StringValidator(MinLength=1)]
public string TypeLibVersion { get; set; }
[<System.Configuration.ConfigurationProperty("typeLibVersion", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
[<System.Configuration.StringValidator(MinLength=1)>]
member this.TypeLibVersion : string with get, set
Public Property TypeLibVersion As String

Property Value

The type library version that defines the type.

Attributes

Applies to