InputAssetCollection<T>.IsReadOnly Property

Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1" /> is read-only.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean 
    Get
'Usage
Dim instance As InputAssetCollection 
Dim value As Boolean 

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool 
override IsReadOnly : bool
final function get IsReadOnly () : boolean

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

See Also

Reference

InputAssetCollection<T> Class

Microsoft.WindowsAzure.MediaServices.Client Namespace