AccessRequestsPermissionLevelFieldControl.DisplayTemplateName property
Gets or sets the name of the template that can be used to control the rendering of the AccessRequestsPermissionLevelFieldControl object in display mode; that is, when it is not on a New or Edit form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property DisplayTemplateName As String
Get
Set
'Usage
Dim instance As AccessRequestsPermissionLevelFieldControl
Dim value As String
value = instance.DisplayTemplateName
instance.DisplayTemplateName = value
public override string DisplayTemplateName { get; set; }
Property value
Type: System.String
The name of the template.
See also
Reference
AccessRequestsPermissionLevelFieldControl class