プロパティ値バインディングの値が正しい型であることを検証します。
名前空間: Microsoft.Data.Edm.Validation
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Shared ReadOnly PropertyValueBindingValueIsCorrectType As ValidationRule(Of IEdmPropertyValueBinding)
'使用
Dim value As ValidationRule(Of IEdmPropertyValueBinding)
value = ValidationRules.PropertyValueBindingValueIsCorrectType
public static readonly ValidationRule<IEdmPropertyValueBinding> PropertyValueBindingValueIsCorrectType
public:
static initonly ValidationRule<IEdmPropertyValueBinding^>^ PropertyValueBindingValueIsCorrectType
static val PropertyValueBindingValueIsCorrectType: ValidationRule<IEdmPropertyValueBinding>
public static final var PropertyValueBindingValueIsCorrectType : ValidationRule<IEdmPropertyValueBinding>