ObjectMetadataEntry.AsDouble Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of this metadata as a double.
public:
property double AsDouble { double get(); };
public double AsDouble { get; }
member this.AsDouble : double
Public ReadOnly Property AsDouble As Double
Property Value
Remarks
A InvalidType error occurs if this is called although Type doesn't match.