AppResourceInfoResourceKind Property |
Gets the kind of the resource.
Namespace:
Dundas.BI.AppResources
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public AppResourceKind ResourceKind { get; }
Public ReadOnly Property ResourceKind As AppResourceKind
Get
public:
property AppResourceKind ResourceKind {
AppResourceKind get ();
}
member ResourceKind : AppResourceKind with get
Property Value
Type:
AppResourceKind
The kind of the resource.
See Also