This document is archived and information here might be outdated. Recommended version. |
The stereo ID associated with this builder item.
[Visual Basic .NET]
Public Property StereoID As String
[C#]
public string StereoID {get; set;}
[C++]
HRESULT get_StereoID(
BSTR pStereoID
);
[C++]
HRESULT put_StereoID(
System.String* pStereoID
);
[C++] Parameters pStereoID [in]
pStereoID is a parameter of type BSTR pStereoID [out, retval]
pStereoID is a parameter of type BSTR*