ClientRuntimeContext.ApplicationName - Propriété
Obtient ou définit le nom du runtime où se trouve l'application cliente en cours.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Property ApplicationName As String
Get
Set
'Utilisation
Dim instance As ClientRuntimeContext
Dim value As String
value = instance.ApplicationName
instance.ApplicationName = value
public string ApplicationName { get; set; }
Valeur de propriété
Type : System.String
Le nom du runtime où se trouve l'application cliente.