UnmanagedMarshal.IIDGuid Property

Definition

Gets a GUID. This property is read-only.

public:
 property Guid IIDGuid { Guid get(); };
public Guid IIDGuid { get; }
member this.IIDGuid : Guid
Public ReadOnly Property IIDGuid As Guid

Property Value

A Guid object.

Exceptions

The argument is not a custom marshaler.

Remarks

This property always returns Guid.Empty. This property might be removed in a future release.

Applies to

See also