Share via


SfcCollectionInfo.Collection Property

Gets the collection that is wrapped.

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

Syntax

'Declaration
Public ReadOnly Property Collection As Object
    Get
'Usage
Dim instance As SfcCollectionInfo
Dim value As Object

value = instance.Collection
public Object Collection { get; }
public:
property Object^ Collection {
    Object^ get ();
}
member Collection : Object
function get Collection () : Object

Property Value

Type: System.Object
The collection object.