StateConditionParentState Property  | 
 
            Gets the parent state.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic State ParentState { get; }Public ReadOnly Property ParentState As State
	Get
public:
property State^ ParentState {
	State^ get ();
}member ParentState : State with get
Property Value
Type: 
State
See Also