This document is archived and information here might be outdated. Recommended version. |
Reference value for the specified value.
[Visual Basic .NET] Public Function get_ReferenceValue ( _ ByVal Value As String _ ) As String
[C#] public string get_ReferenceValue ( string Value );
[C++]
HRESULT get_ReferenceValue(
BSTR Value,
System.String* pVal
);
[C++]
Parameters Value [in]
Value is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*