SPCalendarView.ViewGuid Property
Gets or sets the string value that represents the GUID of the current list view.
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 SPCalendarView
Dim value As String
value = instance.ViewGuid
instance.ViewGuid = value
[BindableAttribute(true)]
public string ViewGuid { get; set; }
Property Value
Type: System.String