Leadtools.Jpeg2000 Namespace > UuidList Class : Ids Property |
public List<UuidId> Ids {get;}
'Declaration Public ReadOnly Property Ids As List(Of UuidId)
'Usage Dim instance As UuidList Dim value As List(Of UuidId) value = instance.Ids
public: property List<UuidId>^ Ids { List<UuidId>^ get(); }