OrganizationFiscalYearDisplayCode Class
Applies To: Dynamics CRM 2015
Contains integer values that are used for the Organization.FiscalYearDisplayCode attribute.
Namespace: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Inheritance Hierarchy
System.Object
Microsoft.Crm.Sdk.OrganizationFiscalYearDisplayCode
Syntax
public static class OrganizationFiscalYearDisplayCode
public ref class OrganizationFiscalYearDisplayCode abstract sealed
[<AbstractClass>]
[<Sealed>]
type OrganizationFiscalYearDisplayCode = class end
Public NotInheritable Class OrganizationFiscalYearDisplayCode
Fields
Name | Description | |
---|---|---|
UseEndDate | Displays the fiscal year based on the end date of the fiscal year. Value = 2. |
|
UseStartDate | Displays the fiscal year based on the start date of the fiscal year. Value = 1. |
Remarks
The following table shows the values for this class.
Member |
Value |
Description |
---|---|---|
UseEndDate |
2 |
Displays the fiscal year based on the end date of the fiscal year. |
UseStartDate |
1 |
Displays the fiscal year based on the start date of the fiscal year. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Crm.Sdk Namespace
Organization entities
Return to top
© 2016 Microsoft. All rights reserved. Copyright