Gets/sets the Type of the property as a string. The string represents a "well-known-typename", or the FullName of the type (includes namespace).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string PropertyType { get; set; }
Visual Basic
Public Property PropertyType As String
	Get
	Set
JScript
function get PropertyType () : String
function set PropertyType (value : String)

See Also