Returns true if the link references an
intrinsic object, otherwise returns false.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsIntrinsic() As Boolean
|
| [C#] |
|---|
public bool IsIntrinsic {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsIntrinsic();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsIntrinsic(
|
| [Java] |
|---|
public bool getIsIntrinsic();
|