UserIdentifier Property

Summary

Gets or sets the user identifier for the 3D volume.

Syntax
C#
VB
C++
public string UserIdentifier { get; set; } 
  
Public Property UserIdentifier As String 
public: 
property String^ UserIdentifier { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

Type: System.String The user identifier for the 3D volume.

Remarks

This identifier is supplied from the user when calling the IWorkstationDataAccessAgent.StoreVolume.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly