Open this page in the API Guide

GregorianProvider.GetSharedMemberUniqueName Method

Gets the unique name of the shared member.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override string GetSharedMemberUniqueName(
	string memberUniqueName
)

Parameters

memberUniqueName
Type: System.String
The member unique name.

Return Value

Type: String
The unique name of the shared member or null.
Remarks
Used to inform the Dundas BI that week 53 and week 01 are really parts of the same week.
See Also