Share via


SPDocumentConverter.ConverterId Property

Gets or sets the GUID for the document converter.

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

Syntax

'Declaration
Public Property ConverterId As Guid
    Get
    Set
'Usage
Dim instance As SPDocumentConverter
Dim value As Guid

value = instance.ConverterId

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

Property Value

Type: System.Guid
A System.Guid that identifies the document converter.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace