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.IsImport

Gets a value indicating whether the Type was imported from another class.

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

Property Value

true if the Type was imported from another class; otherwise, false.

See Also

Type Class | Type Members | System Namespace | TypeAttributes