This document is archived and information here might be outdated. Recommended version. |
The name of the item template.
[Visual Basic .NET]
Public Property Name As String
[C#]
public string Name {get; set;}
[C++]
HRESULT get_Name(
BSTR pItemTemplateName
);
[C++]
HRESULT put_Name(
System.String* pItemTemplateName
);
[C++] Parameters pItemTemplateName [in]
pItemTemplateName is a parameter of type BSTR pItemTemplateName [out, retval]
pItemTemplateName is a parameter of type BSTR*