Gets and sets a full path name or a URL to a model or an image file that this object should use. This property is ignored for DYNAMIC_TEXT_LABEL and DYNAMIC_VIRTUAL types. The DynamicType property determines the file type that should be used.
JavaScript |
|
|
|
FileName |
C# |
|
|
|
string FileName { get; set; } |
C++ |
|
|
|
HRESULT FileName([out, retval] BSTR* pVal) HRESULT FileName([in] BSTR pVal) |