'Declaration Public Property Data As Object
'Usage Dim instance As ImGearMetadataLeaf Dim value As Object instance.Data = value value = instance.Data
public object Data {get; set;}
Property Value
System.Object value.'Declaration Public Property Data As Object
'Usage Dim instance As ImGearMetadataLeaf Dim value As Object instance.Data = value value = instance.Data
public object Data {get; set;}
System.Object value.System.Object. The following types of objects are allowed to be stored:
System.ValueTypeSystem.StringSystem.ArrayOtherwise, an exception will be thrown.