SPCalendarTabs.ViewGuid Property
Gets or sets the ViewGuid property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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