IFsrmFileGroupImported.Members Property
Gets and sets the Members property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmMutableCollection Members { get; set; }
property IFsrmMutableCollection^ Members {
IFsrmMutableCollection^ get();
void set(IFsrmMutableCollection^ value);
}
abstract Members : IFsrmMutableCollection with get, set
Property Members As IFsrmMutableCollection
Property Value
Type: Microsoft.Storage.IFsrmMutableCollection
Returns the Members property.
Implements
See Also
IFsrmFileGroupImported Interface
Microsoft.Storage Namespace
Return to top