Visual Basic (Declaration) | |
---|---|
Public Property Called As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAssociate Dim value As String instance.Called = value value = instance.Called |
C# | |
---|---|
public string Called {get; set;} |
Property Value
The Called AE title for the DICOM Associate. The maximum length for this value is 64.For an example, refer to DicomNet.SendCEchoRequest.
For more information on the structure of an Associate, refer to LEADTOOLS DICOM Network Communication Support for Message Exchange.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)