ElementGroup.ElementLinkIds 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.
Get a list of the Id's of the element links contained in this group
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ ElementLinkIds { System::Collections::ObjectModel::ReadOnlyCollection<Guid> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Guid> ElementLinkIds { get; }
member this.ElementLinkIds : System.Collections.ObjectModel.ReadOnlyCollection<Guid>
Public ReadOnly Property ElementLinkIds As ReadOnlyCollection(Of Guid)