IFieldInfo.FieldTypes Property

Definition

Gets or sets the field types of the serialized objects.

public:
 property cli::array <Type ^> ^ FieldTypes { cli::array <Type ^> ^ get(); void set(cli::array <Type ^> ^ value); };
public Type[]? FieldTypes { get; set; }
public Type[] FieldTypes { get; set; }
public Type[] FieldTypes { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.FieldTypes : Type[] with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.FieldTypes : Type[] with get, set
Public Property FieldTypes As Type()

Property Value

Type[]

The field types of the serialized objects.

Attributes

Exceptions

The caller does not have the required permission.

Remarks

This property's get and set accessors are protected by a SecurityAction.LinkDemand for the SecurityPermission with the SecurityPermissionFlag.SerializationFormatter specified.

Applies to