ObjectMetadataEntry.AsInt64 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 an Int64.
public:
property long AsInt64 { long get(); };
public long AsInt64 { get; }
member this.AsInt64 : int64
Public ReadOnly Property AsInt64 As Long
Property Value
Remarks
A InvalidType error occurs if this is called although Type doesn't match.