AuthenticatedUserDiv.AuthenticatedStyle property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AuthenticatedStyle As String
Get
Set
'Usage
Dim instance As AuthenticatedUserDiv
Dim value As String
value = instance.AuthenticatedStyle
instance.AuthenticatedStyle = value
public string AuthenticatedStyle { get; set; }
Property value
Type: System.String