Share via


SfcReferenceCollection<K, T, S>.IListSource.ContainsListCollection Property

Gets a value indicating whether this list is an IList collection.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Private ReadOnly Property ContainsListCollection As Boolean 
    Implements IListSource.ContainsListCollection 
    Get
'Usage
Dim instance As SfcReferenceCollection 
Dim value As Boolean 

value = CType(instance, IListSource).ContainsListCollection
bool IListSource.ContainsListCollection { get; }
private:
virtual property bool ContainsListCollection {
    bool get () sealed = IListSource::ContainsListCollection::get;
}
private abstract ContainsListCollection : bool 
private override ContainsListCollection : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
Always false.

Implements

IListSource.ContainsListCollection

See Also

Reference

SfcReferenceCollection<K, T, S> Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace