AttributeMetadata.SourceType Property

 

Applies To: Dynamics CRM 2015

Gets or sets the value that indicates the source type for a calculated or rollup attribute.

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

Syntax

[DataMemberAttribute(Order = 70)]
public Nullable<int> SourceType { get; set; }
public:
[DataMemberAttribute(Order = 70)]
property Nullable<int> SourceType {
    Nullable<int> get();
    void set(Nullable<int> value);
}
[<DataMemberAttribute(Order = 70)>]
member SourceType : Nullable<int> with get, set
<DataMemberAttribute(Order := 70)>
Public Property SourceType As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

Type: Nullable<Int32>
The value that indicates the source type for a calculated or rollup attribute.

Remarks

The following table contains the valid values for this attribute.

Value

Source Type

null

Simple

1

Calculated

2

Rollup

See Also

AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Calculated and rollup attributes

Return to top

© 2016 Microsoft. All rights reserved. Copyright