SingleSignonPermission.Access Property
Gets or sets the level of access that this SingleSignonPermission object has.
Namespace: Microsoft.SharePoint.Portal.SingleSignon.Security
Assembly: Microsoft.SharePoint.Portal.SingleSignon.Security (in Microsoft.SharePoint.Portal.SingleSignon.Security.dll)
Syntax
'Declaration
Public Property Access As SingleSignonAccess
Get
Set
'Usage
Dim instance As SingleSignonPermission
Dim value As SingleSignonAccess
value = instance.Access
instance.Access = value
public SingleSignonAccess Access { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.SingleSignon.Security.SingleSignonAccess
Microsoft.SharePoint.Portal.SingleSignon.Security.SingleSignonAccess. One of the SingleSignonAccess enumeration values that specifies the level of access that this SingleSignonPermission object has.