NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UnmanagedMarshal.IIDGuid

Returns a GUID.

[Visual Basic]
Public ReadOnly Property IIDGuid As Guid
[C#]
public Guid IIDGuid {get;}
[C++]
public: __property Guid get_IIDGuid();
[JScript]
public function get IIDGuid() : Guid;

Exceptions

Exception Type Condition
ArgumentException If the argument is not a customer marshaler.

See Also

UnmanagedMarshal Class | UnmanagedMarshal Members | System.Reflection Namespace | Int32 | Guid