AttributeMetadata.IsSecured Property

 

Updated: January 15, 2016

Applies To: Dynamics CRM 2015

Gets or sets whether the attribute is secured for field-level security.

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

<DataMemberAttribute>
Public Property IsSecured As Nullable(Of Boolean)

Property Value

Type: System.Nullable(Of Boolean)

Type: Nullable<Boolean>
true if the attribute is secured for field-level security; otherwise, false.

Return to top

© 2016 Microsoft. All rights reserved. Copyright

Show: