Return type name for the function

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

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

See Also