TimeIntervalSupportsSharedMembers Property |
Gets a value indicating whether this time interval supports shared members.
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool SupportsSharedMembers { get; }Public ReadOnly Property SupportsSharedMembers As Boolean
Get
public:
property bool SupportsSharedMembers {
bool get ();
}member SupportsSharedMembers : bool with get
Property Value
Boolean this time interval supports shared members; otherwise,
.
Remarks
Set to for week interval if it is possible that
week 53 and week 01 are really parts of the same week.
See Also