Share via


ContentSlice.Id property

Gets or sets the ID for the content database that is being returned.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property Id As Guid
    Get
    Set
'Usage
Dim instance As ContentSlice
Dim value As Guid

value = instance.Id

instance.Id = value
public Guid Id { get; set; }

Property value

Type: System.Guid

See also

Reference

ContentSlice class

ContentSlice members

Microsoft.SharePoint.Publishing.WebServices namespace