RemoveProperty Method

Removes the property from this type annotation.

Namespace:  Microsoft.Data.Edm.Library.Annotations
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public Sub RemoveProperty ( _
    property As IEdmPropertyValueBinding _
)
'Usage
Dim instance As EdmTypeAnnotation
Dim property As IEdmPropertyValueBinding

instance.RemoveProperty(property)
public void RemoveProperty(
    IEdmPropertyValueBinding property
)
public:
void RemoveProperty(
    IEdmPropertyValueBinding^ property
)
member RemoveProperty : 
        property:IEdmPropertyValueBinding -> unit 
public function RemoveProperty(
    property : IEdmPropertyValueBinding
)

Parameters

See Also

Reference

EdmTypeAnnotation Class

Microsoft.Data.Edm.Library.Annotations Namespace