Freigeben über


SPSolution.ContainsWebApplicationResource-Eigenschaft

Ruft einen Wert zurück, der angibt, ob die Lösung alle Web anwendungsspezifische Ressourcen für die Bereitstellung enthält.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ContainsWebApplicationResource As Boolean
    Get
'Usage
Dim instance As SPSolution
Dim value As Boolean

value = instance.ContainsWebApplicationResource
public bool ContainsWebApplicationResource { get; }

Eigenschaftswert

Typ: System.Boolean
true Wenn die Webanwendung Web anwendungsspezifische Ressourcen für die Bereitstellung; andernfalls false.

Siehe auch

Referenz

SPSolution Klasse

SPSolution-Member

Microsoft.SharePoint.Administration-Namespace