ClientCallableTypeAttribute.ObjectUrlPathPropertyName - Propriété
Le nom de propriété ou la méthode qui représente le chemin d'URL objet.
Si sa valeur contient un point (.), il est une méthode statique qui prennent un paramètre. Dans le cas contraire, il a une la propriété.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Public Property ObjectUrlPathPropertyName As String
Get
Set
'Utilisation
Dim instance As ClientCallableTypeAttribute
Dim value As String
value = instance.ObjectUrlPathPropertyName
instance.ObjectUrlPathPropertyName = value
public string ObjectUrlPathPropertyName { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
ClientCallableTypeAttribute classe