Share via


ValidationResult.BindingKey Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the name of the property that caused the validation error.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property BindingKey As String
    Get
'Usage
Dim instance As ValidationResult
Dim value As String

value = instance.BindingKey
public string BindingKey { get; }
public:
property String^ BindingKey {
    String^ get ();
}
member BindingKey : string
function get BindingKey () : String

Property Value

Type: System.String
A String value containing the property name.