AttributeMetadata.CanBeSecuredForCreate Property

Definition

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

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

Property Value

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

Attributes

Applies to