This document is archived and information here might be outdated. Recommended version. |
The description of the spot plate.
[Visual Basic .NET] Public Property SpotDescription As String
[C#] public string SpotDescription {get; set;}
[C++]
HRESULT get_SpotDescription(
BSTR desc
);
[C++]
HRESULT put_SpotDescription(
System.String* desc
);
[C++]
Parameters desc [in]
desc is a parameter of type BSTR desc [out, retval]
desc is a parameter of type BSTR*