This document is archived and information here might be outdated. Recommended version. |
The output dataset tag associated with the item template. This property determines the tag of the outgoing item constructed using this template.
[Visual Basic .NET]
Public Property OutputDatasetTag As String
[C#]
public string OutputDatasetTag {get; set;}
[C++]
HRESULT get_OutputDatasetTag(
BSTR pOutputDatasetTag
);
[C++]
HRESULT put_OutputDatasetTag(
System.String* pOutputDatasetTag
);
[C++] Parameters pOutputDatasetTag [in]
pOutputDatasetTag is a parameter of type BSTR pOutputDatasetTag [out, retval]
pOutputDatasetTag is a parameter of type BSTR*