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!

Type.IsPointer

Gets a value indicating whether the Type is a pointer.

[Visual Basic]
Public ReadOnly Property IsPointer As Boolean
[C#]
public bool IsPointer {get;}
[C++]
public: __property bool get_IsPointer();
[JScript]
public function get IsPointer() : Boolean;

Property Value

true if the Type is a pointer; otherwise, false.

See Also

Type Class | Type Members | System Namespace | IsPointerImpl