SPDocumentConverter.ConverterId property
Gets or sets the GUID for the document converter.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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.