ProxyStub.IID Property

Definition

Gets the IID of the interface for which the proxy is being declared.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ IID { System::String ^ get(); };
public string IID { get; }
public string IID { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.IID : string
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IID : string
Public ReadOnly Property IID As String

Property Value

The IID of the interface.

Attributes

Remarks

The IID must have braces ({}) surrounding it.

Applies to