FeatureNotEnabledExceptionFeatureId Property |
Gets the ID of the disabled feature, or if the ID is not specified.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public Guid? FeatureId { get; }
Public ReadOnly Property FeatureId As Guid?
Get
public:
property Nullable<Guid> FeatureId {
Nullable<Guid> get ();
}
member FeatureId : Nullable<Guid> with get
Property Value
Type:
NullableGuidSee Also