ArcGIS API for Silverlight - Library Reference
Access Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalUser Class : Access Property

Gets the access level for the user : private, organization or public. If Private , the users descriptive information will not be available and the user name will not be searchable. If Organization , only members of the organization can search for the user and the user's content.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Access As Nullable(Of PortalAccess)
C# 
public Nullable<PortalAccess> Access {get;}

Remarks

Available only if the user is signed-in.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.