ObjectMetadataEntry.AsUInt64 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 UInt64.
public:
property System::UInt64 AsUInt64 { System::UInt64 get(); };
public ulong AsUInt64 { get; }
member this.AsUInt64 : uint64
Public ReadOnly Property AsUInt64 As ULong
Property Value
Remarks
A InvalidType error occurs if this is called although Type doesn't match.