'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.ValueType
System.String
System.Array
Otherwise, an exception will be thrown.