UpdateCubePerspectiveOptionsMeasureUniqueNames Property  | 
 
            Gets the unique names of the measures to be included in the cube perspective.
            
 
    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 = "measureUniqueNames")]
public IList<string> MeasureUniqueNames { get; }<DataMemberAttribute(Name := "measureUniqueNames")>
Public ReadOnly Property MeasureUniqueNames As IList(Of String)
	Get
public:
[DataMemberAttribute(Name = L"measureUniqueNames")]
property IList<String^>^ MeasureUniqueNames {
	IList<String^>^ get ();
}[<DataMemberAttribute(Name = "measureUniqueNames")>]
member MeasureUniqueNames : IList<string> with get
Property Value
Type: 
IListString
See Also