SPWebService.MembershipUserKeyType Property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MembershipUserKeyType As SPMembershipUserKeyType
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As SPMembershipUserKeyType

value = instance.MembershipUserKeyType

instance.MembershipUserKeyType = value
public SPMembershipUserKeyType MembershipUserKeyType { get; set; }

Property Value

Type: Microsoft.SharePoint.Administration.SPMembershipUserKeyType
Returns SPMembershipUserKeyType.

See Also

Reference

SPWebService Class

SPWebService Members

Microsoft.SharePoint.Administration Namespace