This document is archived and information here might be outdated. Recommended version. |
Provides the value of the value object.
[Visual Basic .NET]
Public Function GetAsText ( _
) As String
[C#]
public string GetAsText (
);
[C++]
HRESULT GetAsText(
void
);
The GetAsText method returns this Value object as a text string. For DataElement value objects it is the NameString. For simple value objects it is the text string for the scalar value.