'宣言 Public Property DocumentSource As C1.Document.C1DocumentSource
'使用法 Dim instance As FlexViewer Dim value As C1.Document.C1DocumentSource instance.DocumentSource = value value = instance.DocumentSource
public C1.Document.C1DocumentSource DocumentSource {get; set;}