AttributeMetadata.CanBeSecuredForUpdate 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 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