JSField.Attributes Property

Definition

Gets the attributes that are associated with this field.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property System::Reflection::FieldAttributes Attributes { System::Reflection::FieldAttributes get(); };
public override System.Reflection.FieldAttributes Attributes { get; }
member this.Attributes : System.Reflection.FieldAttributes
Public Overrides ReadOnly Property Attributes As FieldAttributes

Property Value

PrivateScope

Applies to

See also