BusinessLogicResolver.HandledChangeStates Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides IBusinessLogicResolver.HandledChangeStates.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property HandledChangeStates As ChangeStates
    Get
'Usage
Dim instance As BusinessLogicResolver
Dim value As ChangeStates

value = instance.HandledChangeStates
public override ChangeStates HandledChangeStates { get; }
public:
virtual property ChangeStates HandledChangeStates {
    ChangeStates get () override;
}
abstract HandledChangeStates : ChangeStates
override HandledChangeStates : ChangeStates
override function get HandledChangeStates () : ChangeStates