Share via


SPCalendarBase.NewItemFormUrl Property

Gets or sets the string value that represents the URL of the form for a new item.

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

Syntax

'Declaration
<BindableAttribute(True)> _
Public Property NewItemFormUrl As String
    Get
    Set
'Usage
Dim instance As SPCalendarBase
Dim value As String

value = instance.NewItemFormUrl

instance.NewItemFormUrl = value
[BindableAttribute(true)]
public string NewItemFormUrl { get; set; }

Property Value

Type: System.String

See Also

Reference

SPCalendarBase Class

SPCalendarBase Members

Microsoft.SharePoint.WebControls Namespace