Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the generated output result.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public ReadOnly Property Result As Single
'Usage
Dim instance As DatabaseReal
Dim value As Single
value = instance.Result
public float Result { get; }
public:
property float Result {
float get ();
}
/** @property */
public float get_Result ()
public function get Result () : float
See Also
Reference
DatabaseReal Class
DatabaseReal Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace