AttributeMetadata.CanBeSecuredForCreate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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