ProxyStub.IID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.