SPCalendarTabs.ViewGuid property

Gets or sets the ViewGuid property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.ViewGuid

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

Property value

Type: System.String

See also

Reference

SPCalendarTabs class

SPCalendarTabs members

Microsoft.SharePoint.WebControls namespace