Rule.FireOnTopLevelCommit Property

Gets the rule and verifies whether it should raise when the top level transaction commits.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property FireOnTopLevelCommit As Boolean
'Usage
Dim instance As Rule 
Dim value As Boolean 

value = instance.FireOnTopLevelCommit
public virtual bool FireOnTopLevelCommit { get; }
public:
virtual property bool FireOnTopLevelCommit {
    bool get ();
}
public function get FireOnTopLevelCommit () : boolean

Property Value

Type: System.Boolean
true if this rule should raise when the top level transaction commits; otherwise, false.

Remarks

The Rule will not raise if the local transaction commits and the top-level transaction is rolled back.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.VisualStudio.Modeling Namespace