DateMappingUniqueName Property  | 
 
            Gets the unique name.
            
 
    Namespace: 
   Dundas.BI.Entities.DateMappings
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string UniqueName { get; }Public ReadOnly Property UniqueName As String
	Get
public:
virtual property String^ UniqueName {
	String^ get () sealed;
}abstract UniqueName : string with get
override UniqueName : string with get
Property Value
Type: 
String
            The unique name.
            
Implements
IUniqueNameUniqueName
See Also