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