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