GraphNodeIdCollection.HomogeneousElements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the array elements are is homogeneous (array item names are all the same so no need repeating, e.g. Name=[item1,item2,item3]) or heterogeneous - e.g (Name1=item1, Name2=item2, Name3=item3))
public:
property bool HomogeneousElements { bool get(); };
public bool HomogeneousElements { get; }
member this.HomogeneousElements : bool
Public ReadOnly Property HomogeneousElements As Boolean