InputAssetCollection<T>.Count Property

Gets the count of element within a enumerable.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Count As Integer 
    Get
'Usage
Dim instance As InputAssetCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
virtual property int Count {
    int get () sealed;
}
abstract Count : int 
override Count : int
final function get Count () : int

Property Value

Type: System.Int32

Implements

ICollection<T>.Count

See Also

Reference

InputAssetCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace