IFsrmFileScreen.MatchesSourceTemplate Property
Retrieves a value that determines whether the property values of this file screen object match those values of the template from which the object was derived.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool MatchesSourceTemplate { get; }
property bool MatchesSourceTemplate {
bool get();
}
abstract MatchesSourceTemplate : bool with get
ReadOnly Property MatchesSourceTemplate As Boolean
Property Value
Type: System.Boolean
VARIANT_TRUE if all the property values of this object match those of the template; otherwise, VARIANT_FALSE.
See Also
IFsrmFileScreen Interface
Microsoft.Storage Namespace
Return to top