Returns the string repesentation of this schema

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public string GetString()
Visual Basic
Public Function GetString As String
Visual C++
public:
String^ GetString()

Return Value

a string for this schema, for example "a:int,b:string,c:long"

See Also