DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / NPIName Property



In This Topic
    NPIName Property (NPIWebClient)
    In This Topic
    Name of the NPI object, valid values include color-palettes, defined-procedure-protocols, hanging-protocols, implant-templates, inventories
    Syntax
    'Declaration
     
    
    Public Property NPIName As String
    'Usage
     
    
    Dim instance As NPIWebClient
    Dim value As String
     
    instance.NPIName = value
     
    value = instance.NPIName
    public string NPIName {get; set;}
    public:
    property String^ NPIName {
       String^ get();
       void set (    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