TokenDefinitionDataEndMemberGranularity Property  | 
 
            Gets or sets the granularity of the end member (only for full range tokens).
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "endMemberGranularity", EmitDefaultValue = true)]
public DateTimeGranularity EndMemberGranularity { get; set; }<DataMemberAttribute(Name := "endMemberGranularity", EmitDefaultValue := true)>
Public Property EndMemberGranularity As DateTimeGranularity
	Get
	Set
public:
[DataMemberAttribute(Name = L"endMemberGranularity", EmitDefaultValue = true)]
property DateTimeGranularity EndMemberGranularity {
	DateTimeGranularity get ();
	void set (DateTimeGranularity value);
}[<DataMemberAttribute(Name = "endMemberGranularity", EmitDefaultValue = true)>]
member EndMemberGranularity : DateTimeGranularity with get, set
Property Value
Type: 
DateTimeGranularity
            The granularity of the end member.
            
See Also