Property of IFileRanges
Document file path/name
Read-Only Property of type BSTR
var strName = FileRanges.Name;
strName = FileRanges.Name
BSTR strName; HRESULT hr = FileRanges.get_Name(&strName);
IFileRanges