Share via


People.IsClaimsMode Method

Namespace:  [People Web service]
Web service reference: http://Site/_vti_bin/People.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/IsClaimsMode", RequestNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    ResponseNamespace := "https://schemas.microsoft.com/sharepoint/soap/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function IsClaimsMode As Boolean
'Usage
Dim instance As People
Dim returnValue As Boolean

returnValue = instance.IsClaimsMode()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sharepoint/soap/IsClaimsMode", RequestNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    ResponseNamespace = "https://schemas.microsoft.com/sharepoint/soap/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public bool IsClaimsMode()

Return Value

Type: System.Boolean

See Also

Reference

People Class

People Members

People Web Service