Share via


IndexedResourceCandidate.Type Property

Definition

Gets the type property that determines whether the resource is a file or a string.

public:
 property IndexedResourceType Type { IndexedResourceType get(); };
IndexedResourceType Type();
public IndexedResourceType Type { get; }
var indexedResourceType = indexedResourceCandidate.type;
Public ReadOnly Property Type As IndexedResourceType

Property Value

A value from the IndexedResourceType enumeration.

Applies to