ActionStruct.Url - Propriété
Définit ou obtient la chaîne d'URL.
Espace de noms : Microsoft.SharePoint.BusinessData.SharedService
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property Url As String
Get
Set
'Utilisation
Dim instance As ActionStruct
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Valeur de propriété
Type : System.String
La chaîne d'URL.
Voir aussi
Référence
Microsoft.SharePoint.BusinessData.SharedService - Espace de noms