'Declaration Public ReadOnly Property LastInstanceUID As String
'Usage Dim instance As DicomAssociation Dim value As String value = instance.LastInstanceUID
public string LastInstanceUID {get;}
'Declaration Public ReadOnly Property LastInstanceUID As String
'Usage Dim instance As DicomAssociation Dim value As String value = instance.LastInstanceUID
public string LastInstanceUID {get;}
Although this property could be used for checking the UID involved in any normalised operation, its primary purpose is to allow retrieval of the UID of the object created in response to an NCreate operation.