OutputAssetCollection.Count Property

Gets the number of elements actually contained in the collection.

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 OutputAssetCollection 
Dim value As Integer 

value = instance.Count
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int
function get Count () : int

Property Value

Type: System.Int32
The number of elements actually contained in the collection.

See Also

Reference

OutputAssetCollection Class

Microsoft.WindowsAzure.MediaServices.Client Namespace