ComUdtElement.TypeLibVersion Eigenschap

Definitie

Hiermee haalt u een tekenreeks op die de typebibliotheekversie identificeert die het type definieert.

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

Waarde van eigenschap

De typebibliotheekversie waarmee het type wordt gedefinieerd.

Kenmerken

Van toepassing op