TemplateMasterName Property |
Gets the name of the template's master, if any.
Namespace: ConnectedApps.Cms.Entities.LayoutAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string MasterName { get; set; }
Public Property MasterName As String
Get
Set
public:
property String^ MasterName {
String^ get ();
void set (String^ value);
}
member MasterName : string with get, set
Property Value
Type:
String
See Also