Set the value from a string type.

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

Syntax

C#
public override void Set(
	string value
)
Visual Basic
Public Overrides Sub Set ( _
	value As String _
)
Visual C++
public:
virtual void Set(
	String^ value
) override

Parameters

value
Type: String

[Missing <param name="value"/> documentation for "M:ScopeRuntime.UserDefinedTypeColumnData`1.Set(System.String)"]

See Also