![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
The basename.
[Visual Basic .NET]
Public Property BaseName As String
[C#]
public string BaseName {get; set;}
[C++]
HRESULT get_BaseName(
  BSTR pName
);
[C++]
HRESULT put_BaseName(
  System.String* pName
);
[C++] Parameters pName [in]
pName is a parameter of type BSTR pName [out, retval]
pName is a parameter of type BSTR*