IFsrmFileGroupManager.GetFileGroup Method (String)
Retrieves the specified file group from FSRM.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmFileGroup GetFileGroup(
string Name
)
IFsrmFileGroup^ GetFileGroup(
String^ Name
)
abstract GetFileGroup :
Name:string -> IFsrmFileGroup
Function GetFileGroup (
Name As String
) As IFsrmFileGroup
Parameters
Name
Type: System.StringThe name of the file group to retrieve. The string is limited to 4,000 characters.
Return Value
Type: Microsoft.Storage.IFsrmFileGroup
A IFsrmFileGroup containing the interface to the retrieved file group.
See Also
FsrmFileGroupManager
IFsrmFileGroupManager Interface
Microsoft.Storage Namespace
Return to top