Sets a string that represents a user-defined type as a parameter.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public string UdtTypeName { get; set; }
Visual Basic
Public Property UdtTypeName As String
	Get
	Set
Visual C++
public:
property String^ UdtTypeName {
	String^ get ();
	void set (String^ value);
}

See Also