Share via


ThumbnailAttribute.ResourceName Property

Gets name of the icon image.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property ResourceName As String
    Get
public string ResourceName { get; }
public:
property String^ ResourceName {
    String^ get ();
}
member ResourceName : string
function get ResourceName () : String

Property Value

Type: System.String
The fully-qualified name of the icon image.

.NET Framework Security

See Also

Reference

ThumbnailAttribute Class

Microsoft.Windows.Design Namespace