PropertyInstanceIsMultiLanguage Property |
Gets a value indicating if the property instance value supports multiple languages.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsMultiLanguage { get; set; }
Public Property IsMultiLanguage As Boolean
Get
Set
public:
property bool IsMultiLanguage {
bool get ();
void set (bool value);
}
member IsMultiLanguage : bool with get, set
Property Value
Type:
Boolean
See Also