TimeDimensionProviderGetSharedMemberUniqueName 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 (24.1.0.1001)
Syntax
public abstract string GetSharedMemberUniqueName(
	string memberUniqueName
)

Parameters

memberUniqueName
Type: SystemString
The member unique name.

Return Value

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