Partager via


Méthode ResourceType.AddProperty

Ajoute la propriété fournie par le paramètre resourceProperty au type.

Espace de noms :  System.Data.Services.Providers
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Public Sub AddProperty ( _
    property As ResourceProperty _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ResourceType Classe

Espace de noms System.Data.Services.Providers