'Declaration Public Property IsExpandable As Nullable(Of Boolean)
'Usage Dim instance As IsPropertyExpandableArgs Dim value As Nullable(Of Boolean) instance.IsExpandable = value value = instance.IsExpandable
public Nullable<bool> IsExpandable {get; set;}