Measure.IsLinked Property

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLinked As Boolean
    Get
'Usage
Dim instance As Measure
Dim value As Boolean

value = instance.IsLinked
[BrowsableAttribute(false)]
public bool IsLinked { get; }
[BrowsableAttribute(false)]
public:
property bool IsLinked {
    bool get ();
}
[<BrowsableAttribute(false)>]
member IsLinked : bool
function get IsLinked () : boolean

Property Value

Type: System.Boolean