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.
Removes the specified object from the collection using an object identifier.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void RemoveById(
Guid id
)
void RemoveById(
Guid id
)
abstract RemoveById :
id:Guid -> unit
Sub RemoveById (
id As Guid
)
Parameters
id
Type: System.GuidThe GUID of the object to remove from the collection.
See Also
IFsrmMutableCollection Interface
Microsoft.Storage Namespace
Return to top