SPExecutingConversionRequest.ConverterId Property
Gets the GUID of the document converter.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property ConverterId As Guid
Get
'Usage
Dim instance As SPExecutingConversionRequest
Dim value As Guid
value = instance.ConverterId
public Guid ConverterId { get; }
Property Value
Type: System.Guid
A System.Guid object that identifies the document converter.
See Also
Reference
SPExecutingConversionRequest Class