OLEFormat.IconName Property
Returns or sets the program file in which the icon for an OLE object is stored.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property IconName As String
Get
Set
'Usage
Dim instance As OLEFormat
Dim value As String
value = instance.IconName
instance.IconName = value
string IconName { get; set; }
Property Value
Type: System.String