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( VARIANT_BOOL * pVal ); |
[Java] |
---|
public bool getIsIntrinsic(); |