DatabaseReal.Result Property
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
<OutputAttribute> _
Public ReadOnly Property Result As Single
'Usage
Dim instance As DatabaseReal
Dim value As Single
value = instance.Result
[OutputAttribute]
public float Result { get; }
[OutputAttribute]
public:
property float Result {
float get ();
}
public function get Result () : float
Property Value
Type: System.Single
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.