Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.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.
Implements
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top