People.IsClaimsMode method
Namespace: WebSvcPeople
Assembly: STSSOAP (in STSSOAP.dll)
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