IFsrmMutableCollection.GetById Method (Guid)

 

Retrieves the specified object from the mutable collection.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object GetById(
    Guid id
)
Object^ GetById(
    Guid id
)
abstract GetById : 
        id:Guid -> Object
Function GetById (
    id As Guid
) As Object

Parameters

  • id
    Type: System.Guid

    Identifies the object to retrieve from the collection.

Return Value

Type: System.Object

A Object containing the retrieved object. Use the pdispVal member to access the IDispatch interface of the object.

Implements

IFsrmCollection.GetById(Guid)

See Also

IFsrmMutableCollection Interface
Microsoft.Storage Namespace

Return to top