XdsObjects Help file
XdsObjects Namespace / XdsImagingClient Class / AcceptedTransferSyntaxes Property



In This Topic
    AcceptedTransferSyntaxes Property
    In This Topic
    The list of acceptable transfer syntaxes to be included in a Rad-69 request
    Syntax
    Public Property AcceptedTransferSyntaxes As List(Of String)
    Dim instance As XdsImagingClient
    Dim value As List(Of String)
     
    instance.AcceptedTransferSyntaxes = value
     
    value = instance.AcceptedTransferSyntaxes
    public List<string> AcceptedTransferSyntaxes {get; set;}
    public:
    property List<String^>^ AcceptedTransferSyntaxes {
       List<String^>^ get();
       void set (    List<String^>^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also