BuiltInResourceInfoBuiltInKind Property |
Gets the kind of the built-in 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 BuiltInResourceKind BuiltInKind { get; }
Public ReadOnly Property BuiltInKind As BuiltInResourceKind
Get
public:
property BuiltInResourceKind BuiltInKind {
BuiltInResourceKind get ();
}
member BuiltInKind : BuiltInResourceKind with get
Property Value
Type:
BuiltInResourceKindThe kind of the built-in resource.
See Also