This document is archived and information here might be outdated. Recommended version. |
The reference value for the given 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* refValue
);
[C++] Parameters Value [in]
Value is a parameter of type BSTR refValue [out, retval]
refValue is a parameter of type BSTR*