RemoveProperty Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Overridable Sub RemoveProperty ( _
property As IEdmProperty _
)
'Usage
Dim instance As EdmStructuredType
Dim property As IEdmProperty
instance.RemoveProperty(property)
public virtual void RemoveProperty(
IEdmProperty property
)
public:
virtual void RemoveProperty(
IEdmProperty^ property
)
abstract RemoveProperty :
property:IEdmProperty -> unit
override RemoveProperty :
property:IEdmProperty -> unit
public function RemoveProperty(
property : IEdmProperty
)
Parameters
- property
Type: Microsoft.Data.Edm..::..IEdmProperty