Share via


ObjectMetadataEntry.AsUInt64 Property

Definition

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.

Applies to