다음을 통해 공유


IFsrmFileScreenTemplate.Name Property

 

Retrieves and sets the name of the file screen template.

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 contains a unique name for the file screen template. The name is limited to 4,000 characters and cannot contain commas, single quotes, double quotes, or vertical bars..

Remarks

If a template with the specified name exists, the template fails with FSRM_E_ALREADY_EXISTS when you call the Commit method.

See Also

IFsrmFileScreenTemplate Interface
Microsoft.Storage Namespace

Return to top