IFsrmCollection.GetById Method (Guid)
Retrieves the specified object from the 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.GuidIdentifies 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.
See Also
IFsrmCollection Interface
Microsoft.Storage Namespace
Return to top