SiteIsFederatedException.SiteName Property
NOTE: This API is now obsolete.
Obsolete.
Namespace: Microsoft.SharePoint.Portal.Security
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This exception is obsolete.")> _
Public ReadOnly Property SiteName As String
Get
'Usage
Dim instance As SiteIsFederatedException
Dim value As String
value = instance.SiteName
[ObsoleteAttribute("This exception is obsolete.")]
public string SiteName { get; }
Property Value
Type: System.String
See Also
Reference
SiteIsFederatedException Class