public FieldType StructType { get; }
Public ReadOnly Property StructType As FieldType
Get
Dim instance As FieldInfo
Dim value As FieldType
value = instance.StructType
public:
property FieldType StructType {
FieldType get ();
}
member StructType : FieldType with get