DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomUserIdentity Class / ResponseType Property



In This Topic
    ResponseType Property
    In This Topic
    The response type requested
    Syntax
    'Declaration
     
    
    Public Property ResponseType As UserIdentityResponseType
    'Usage
     
    
    Dim instance As DicomUserIdentity
    Dim value As UserIdentityResponseType
     
    instance.ResponseType = value
     
    value = instance.ResponseType
    public UserIdentityResponseType ResponseType {get; set;}
    public:
    property UserIdentityResponseType ResponseType {
       UserIdentityResponseType get();
       void set (    UserIdentityResponseType 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