ValidatedEventArgs.State Property

Definition

Gets the status of the validating event.

public:
 property Microsoft::SqlServer::Management::Sdk::Sfc::ValidationState ^ State { Microsoft::SqlServer::Management::Sdk::Sfc::ValidationState ^ get(); };
public Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState State { get; }
member this.State : Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
Public ReadOnly Property State As ValidationState

Property Value

Returns a value representing the status of the validating event.

Applies to