Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default member associated with a PerspectiveAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property DefaultMember As String
Get
Set
'Usage
Dim instance As PerspectiveAttribute
Dim value As String
value = instance.DefaultMember
instance.DefaultMember = value
[BrowsableAttribute(false)]
public string DefaultMember { get; set; }
[BrowsableAttribute(false)]
public:
property String^ DefaultMember {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member DefaultMember : string with get, set
function get DefaultMember () : String
function set DefaultMember (value : String)
Property Value
Type: System.String
The name of the default member.