[This is preliminary documentation and is subject to change.]
Sets the name of base type that templates inherit from.
This type must directly or indirectly inherit from Template
Namespace: NFX.TemplatizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$base-type")]
public string BaseTypeName { get; set; }
[ConfigAttribute("$base-type")]
public string BaseTypeName { get; set; }
<ConfigAttribute("$base-type")>
Public Property BaseTypeName As String
Get
Set
<ConfigAttribute("$base-type")>
Public Property BaseTypeName As String
Get
Set
public:
[ConfigAttribute(L"$base-type")]
property String^ BaseTypeName {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$base-type")]
property String^ BaseTypeName {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$base-type")>]
member BaseTypeName : string with get, set
[<ConfigAttribute("$base-type")>]
member BaseTypeName : string with get, set
Property Value
Type:
String