The official Scope string representing this type, which is a valid C# name for this type

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

Syntax

C#
public abstract string CLRType { get; }
Visual Basic
Public MustOverride ReadOnly Property CLRType As String
	Get
Visual C++
public:
virtual property String^ CLRType {
	String^ get () abstract;
}

See Also