BCDocRefTypeDestinationDocumentType Property  | 
 
            Gets or sets the specific document type that optionally restricts 
            the reference type of a destination document.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic BCDocumentType DestinationDocumentType { get; set; }Public Property DestinationDocumentType As BCDocumentType
	Get
	Set
Property Value
Type: 
BCDocumentType
Remarks
            Both 
SourceDocumentType and 
DestinationDocumentType 
            can be restricted to have only specific document types.
            
See Also