ConversionJob.SubscriptionId Property
Gets or sets the partition ID of the tenant that created this conversion job.
Namespace: Microsoft.Office.Word.Server.Conversions
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property SubscriptionId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As ConversionJob
Dim value As Nullable(Of Guid)
value = instance.SubscriptionId
instance.SubscriptionId = value
public Nullable<Guid> SubscriptionId { get; set; }
Property Value
Type: System.Nullable<Guid>
A Nullable<T> object.
Remarks
This property is set whenever a ConversionJob object is created in a partitioned environment. If the SharePoint farm has not been configured to enable multiple tenants, this property will return a null reference (Nothing in Visual Basic).