FunctionReturnType Property |
Return Type - The type of the value returned by a function.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string ReturnType { get; set; }
Public Property ReturnType As String
Get
Set
public:
property String^ ReturnType {
String^ get ();
void set (String^ value);
}
member ReturnType : string with get, set
Property Value
Type:
String
See Also