ManagedProperty<T>.CanBeChanged Property
Applies To: Dynamics CRM 2015
Gets or sets whether the managed property value can be changed.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool CanBeChanged { get; set; }
public:
[DataMemberAttribute]
property bool CanBeChanged {
bool get();
void set(bool value);
}
[<DataMemberAttribute>]
member CanBeChanged : bool with get, set
<DataMemberAttribute>
Public Property CanBeChanged As Boolean
Property Value
Type: System.Boolean
Type: Boolean
true if the managed property value can be changed; otherwise, false.
See Also
ManagedProperty<T> Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright