TimeDimensionProviderGetAttributeUniqueName Method  | 
 
            Gets the unique name of the attribute member.
            
 
    Namespace: 
   Dundas.BI.Data.TimeDimensionProviders
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract string GetAttributeUniqueName(
	DateTime timeValue,
	int attributeId
)
Public MustOverride Function GetAttributeUniqueName ( 
	timeValue As DateTime,
	attributeId As Integer
) As String
public:
virtual String^ GetAttributeUniqueName(
	DateTime timeValue, 
	int attributeId
) abstract
abstract GetAttributeUniqueName : 
        timeValue : DateTime * 
        attributeId : int -> string 
Parameters
- timeValue
 - Type: SystemDateTime
The time value. - attributeId
 - Type: SystemInt32
The attribute identifier. 
Return Value
Type: 
StringThe unique name of the attribute member.
Exceptions
See Also