共用方式為


ComUdtElement.TypeLibVersion 屬性

定義

取得或設定字串,這個字串會識別定義型別的型別程式庫版本。

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

屬性值

定義型別的型別程式庫版本。

屬性

適用於