ResourceType.AddProperty Method

Adds the property supplied by the resourceProperty parameter to the type.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Sub AddProperty ( _
    property As ResourceProperty _
)
'Usage
Dim instance As ResourceType 
Dim property As ResourceProperty

instance.AddProperty(property)
public void AddProperty(
    ResourceProperty property
)
public:
void AddProperty(
    ResourceProperty^ property
)
member AddProperty : 
        property:ResourceProperty -> unit
public function AddProperty(
    property : ResourceProperty
)

Parameters

See Also

Reference

ResourceType Class

System.Data.Services.Providers Namespace