Share via


SPExecutingConversionRequest.WebId Property

Gets the GUID of the Web site that contains the file that is being converted.

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

Syntax

'Declaration
Public ReadOnly Property WebId As Guid
    Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Guid

value = instance.WebId
public Guid WebId { get; }

Property Value

Type: System.Guid
A System.Guid object that identifies the Web site.

See Also

Reference

SPExecutingConversionRequest Class

SPExecutingConversionRequest Members

Microsoft.SharePoint Namespace