IDfsDynamicItemInfoAssociatedStaticItemNumbers Property |
List of associated static item numbers.
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
SyntaxIList<int> AssociatedStaticItemNumbers { get; }
ReadOnly Property AssociatedStaticItemNumbers As IList(Of Integer)
Get
property IList<int>^ AssociatedStaticItemNumbers {
IList<int>^ get ();
}
abstract AssociatedStaticItemNumbers : IList<int> with get
Property Value
Type:
IListInt32
Remarks
You can not modify in the associated static numbers. This returns
a read-only list.
See Also