IWMDRMProfileCollection.length

Windows Media Encoder SDK banner art

The length property retrieves the number of DRM profiles in the collection.

Syntax

int = IWMDRMProfileCollection.length;

Parameters

This property takes no parameters.

Property Value

An Int32 that indicates the number of available DRM profiles.

Remarks

This property is read-only.

This method performs the same action as the IWMDRMProfileCollection.Count method and is included for JScript developers.

Requirements

Reference: Windows Media Encoder

Namespace: WMEncoderLib

Assembly: Interop.WMEncoderLib.dll

Library: WMEncoderLib.dll

See Also