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.
Retrieves the name of the template from which this file screen object was derived.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string SourceTemplateName { get; }
property String^ SourceTemplateName {
String^ get();
}
abstract SourceTemplateName : string with get
ReadOnly Property SourceTemplateName As String
Property Value
Type: System.String
A String that contains the name of the template from which this file screen object was derived.
See Also
IFsrmFileScreen Interface
Microsoft.Storage Namespace
Return to top