Share via


CompositionApiInformation.ApiVersion Property

Definition

Gets the version of the composition APIs in use.

public:
 static property unsigned long long ApiVersion { unsigned long long get(); };
static uint64_t ApiVersion();
public static ulong ApiVersion { get; }
var uInt64 = CompositionApiInformation.apiVersion;
Public Shared ReadOnly Property ApiVersion As ULong

Property Value

UInt64

unsigned long long

uint64_t

The version of the composition APIs in use.

Applies to