Share via


HostTypeAttribute.SourceInterfaceGuid Property

Definition

For COM only. Gets or sets the GUID of the source interface for a coclass in the host application's object model.

public:
 property System::String ^ SourceInterfaceGuid { System::String ^ get(); void set(System::String ^ value); };
public string SourceInterfaceGuid { get; set; }
member this.SourceInterfaceGuid : string with get, set
Public Property SourceInterfaceGuid As String

Property Value

The GUID of the source interface for COM events.

Applies to