Determines if the interface is a
collection.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsCollection() As Boolean
|
| [C#] |
|---|
public bool IsCollection {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsCollection();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsCollection(
|
| [Java] |
|---|
public bool getIsCollection();
|