SPAppScaleProfile.RemoteWebSiteInstanceCount - Propriété
Obtient le nombre d'instances pour un site web distant.
Espace de noms : Microsoft.SharePoint.Administration.AppDeployment
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Property RemoteWebSiteInstanceCount As Integer
Get
Private Set
'Utilisation
Dim instance As SPAppScaleProfile
Dim value As Integer
value = instance.RemoteWebSiteInstanceCount
public int RemoteWebSiteInstanceCount { get; private set; }
Valeur de propriété
Type : System.Int32
Le nombre d'instances.
Voir aussi
Référence
Microsoft.SharePoint.Administration.AppDeployment - Espace de noms