This document is archived and information here might be outdated. Recommended version. |
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
[Visual Basic .NET] Public Property PrimaryInputDatasetTag As String
[C#] public string PrimaryInputDatasetTag {get; set;}
[C++]
HRESULT get_PrimaryInputDatasetTag(
BSTR pPrimaryInputDatasetTag
);
[C++]
HRESULT put_PrimaryInputDatasetTag(
System.String* pPrimaryInputDatasetTag
);
[C++]
Parameters pPrimaryInputDatasetTag [in]
pPrimaryInputDatasetTag is a parameter of type BSTR pPrimaryInputDatasetTag [out, retval]
pPrimaryInputDatasetTag is a parameter of type BSTR*