IDfsDynamicItemInfoAssociatedStaticItemNumbers Property  | 
 
            List of associated static item numbers.
            
 
    Namespace: 
   DHI.Generic.MikeZero.DFS
    Assembly:
   DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.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