'Declaration Public ReadOnly Property Mutable As Boolean
'Usage Dim instance As LanguagePackage Dim value As Boolean value = instance.Mutable
public bool Mutable {get;}
Property Value
true
if this LanguagePackage is mutable; otherwise, false
.'Declaration Public ReadOnly Property Mutable As Boolean
'Usage Dim instance As LanguagePackage Dim value As Boolean value = instance.Mutable
public bool Mutable {get;}
true
if this LanguagePackage is mutable; otherwise, false
.