Binding.Parent Property

Gets the parent object of the current object.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Object
    Get
'Usage
Dim instance As Binding
Dim value As Object

value = instance.Parent
[BrowsableAttribute(false)]
public Object Parent { get; }
[BrowsableAttribute(false)]
public:
property Object^ Parent {
    Object^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Object
function get Parent () : Object

Property Value

Type: System.Object
The parent object for current object.

Remarks

A strongly typed object is returned.