ServerStub.CollectionCreateEntityMethodName - Propriété
The method will be called to create a new entity in the entity set.
For example, suppose this ServerStub object is for a PetCollection class and there is a Create method in the PetCollection class. if the client object POST to the pet collection, the method specified by CollectionCreateEntityMethodName will be called to create a new entity.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable ReadOnly Property CollectionCreateEntityMethodName As String
Get
'Utilisation
Dim value As String
value = Me.CollectionCreateEntityMethodName
protected internal virtual string CollectionCreateEntityMethodName { get; }
Valeur de propriété
Type : System.String