SPTrustedLoginProvider.UseWHomeRealmParameter Property
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseWHomeRealmParameter As Boolean
Get
Set
'Usage
Dim instance As SPTrustedLoginProvider
Dim value As Boolean
value = instance.UseWHomeRealmParameter
instance.UseWHomeRealmParameter = value
public bool UseWHomeRealmParameter { get; set; }
Property Value
Type: System.Boolean