AttributeMapping.IsComputed Property
Applies To: Dynamics CRM 2015
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public bool IsComputed { get; internal set; }
public:
[DataMemberAttribute]
property bool IsComputed {
bool get();
internal: void set(bool value);
}
[<DataMemberAttribute>]
member IsComputed : bool with get, internal set
<DataMemberAttribute>
Public Property IsComputed As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
AttributeMapping Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright