ISchemaContentRootName Property
|
Gets/sets the root name of the
schema, which is also the root element name of this version's serialized XML document.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax string RootName { get; set; }
Property RootName As String
Get
Set
property String^ RootName {
String^ get ();
void set (String^ value);
}
abstract RootName : string with get, set
Property Value
Type:
StringSee Also