GH_ValueProxy(T).UserString Property

GH_ValueProxyTUserString Property

Wraps the protected m_UserString field

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public string UserString { get; set; }
Public Property UserString As String
	Get
	Set

Property Value

Type: String

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_ValueProxy`1.UserString"]

Implements

IGH_ValueProxyUserString
See Also