SPWebApplication.CrossDomainPhotosEnabled property

Gets or sets the cross-domain photo page.

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

Syntax

'Declaration
Public Property CrossDomainPhotosEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.CrossDomainPhotosEnabled

instance.CrossDomainPhotosEnabled = value
public bool CrossDomainPhotosEnabled { get; set; }

Property value

Type: System.Boolean
true if the cross-domain photo page is; otherwise, false.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace