Freigeben über


MediaLicense.MeteringId Property

Definition

Gets or sets the metering identifier for the metering aggregation service that meters this content.

public Guid MeteringId { get; set; }
member this.MeteringId : Guid with get, set
Public Property MeteringId As Guid

Property Value

The metering identifier for the metering aggregation service that meters this content.

Remarks

The client will record the actions taken on content that have a metering identifier in the license. The client will periodically send the metered data to the server for tracking purposes. Set this property only if you want to meter usage data of the content.

Applies to

See also