Share via


PropertyStore.RemoveProperty Method

Removes a property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub RemoveProperty ( _
    propertyIndex As Integer _
)
'Usage
Dim instance As PropertyStore
Dim propertyIndex As Integer

instance.RemoveProperty(propertyIndex)
public void RemoveProperty(
    int propertyIndex
)
public:
virtual void RemoveProperty(
    int propertyIndex
) sealed
abstract RemoveProperty : 
        propertyIndex:int -> unit 
override RemoveProperty : 
        propertyIndex:int -> unit 
public final function RemoveProperty(
    propertyIndex : int
)

Parameters

Implements

IPropertyStore.RemoveProperty(Int32)