Share via


ThumbnailAttribute.ResourceName Property

Gets name of the icon image.

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

Syntax

'Declaration
Public ReadOnly Property ResourceName As String
'Usage
Dim instance As ThumbnailAttribute 
Dim value As String 

value = instance.ResourceName
public string ResourceName { get; }
public:
property String^ ResourceName {
    String^ get ();
}
public 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

ThumbnailAttribute Members

Microsoft.Windows.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic for new class.

SP1 feature change.