Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.