ComUdtElement.TypeDefID Property

Definition

Gets or sets a GUID string that identifies the specific UDT type within the registered type library.

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

Property Value

The specific UDT type within the registered type library.

Attributes

Applies to