AttributeMetadata.CanBeSecuredForUpdate Property

Definition

Gets whether field-level security can be applied to prevent a user from updating data for this attribute.

public:
 property Nullable<bool> CanBeSecuredForUpdate { Nullable<bool> get(); };
[System.Runtime.Serialization.DataMember]
public bool? CanBeSecuredForUpdate { get; }
[<System.Runtime.Serialization.DataMember>]
member this.CanBeSecuredForUpdate : Nullable<bool>
Public ReadOnly Property CanBeSecuredForUpdate As Nullable(Of Boolean)

Property Value

true if field-level security can be applied; otherwise, false.

Attributes

Applies to