AttributeMetadata.CanBeSecuredForCreate Property

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

<DataMemberAttribute>
Public Property CanBeSecuredForCreate As Nullable(Of Boolean)
	Get
	Friend Set
End Property

Property Value

Type: System.Nullable(Of Boolean)

Type: Nullable<Boolean>
true if the field-level security can be applied; otherwise, false.

Return to top

© 2016 Microsoft. All rights reserved. Copyright

Show: