Share via


Rule.FireOnLocalCommit Property

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

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

Syntax

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

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

Property Value

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

Remarks

Local commit time is the time when the current, most nested transaction commits.

.NET Framework Security

See Also

Reference

Rule Class

Rule Members

Microsoft.VisualStudio.Modeling Namespace