Compartilhar via


IFsrmFileGroup.Name Property

 

Retrieves or sets the name of the file group.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

string Name { get; set; }
property String^ Name {
    String^ get();
    void set(String^ value);
}
abstract Name : string with get, set
Property Name As String

Property Value

Type: System.String

A String that contains a unique name for the file group. The string is limited to 4,000 characters and cannot contain commas, single quotes, double quotes, or vertical bars.

Remarks

For an example, see Creating File Groups to Specify the Files to Restrict.

See Also

IFsrmFileGroup Interface
Microsoft.Storage Namespace

Return to top