Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.