TimeInfo.SourceTypeCode Property

 

Applies To: Dynamics CRM 2015

Gets or sets the type of entity referred to in the time block.

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

[DataMemberAttribute]
public int SourceTypeCode { get; set; }
public:
[DataMemberAttribute]
property int SourceTypeCode {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member SourceTypeCode : int with get, set
<DataMemberAttribute>
Public Property SourceTypeCode As Integer

Property Value

Type: System.Int32

Type: Int32
The entity type code.

Remarks

For a list of all default entities and their type codes, see IOrganizationService entities.

See Also

TimeInfo Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright