IHierarchyMemberMemberNumber Property |
Gets the member numeric value, when the parent hierarchy is a numeric hierarchy.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxNumber? MemberNumber { get; }ReadOnly Property MemberNumber As Number?
Get
property Nullable<Number> MemberNumber {
Nullable<Number> get ();
}abstract MemberNumber : Nullable<Number> with get
Property Value
NullableNumber
See Also