LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)
LEAD Technologies, Inc

UserIdentifier Property (VolumeIdentifier)







Gets or sets the user identifier for the 3D volume.
Syntax
public string UserIdentifier {get; set;}
'Declaration
 
Public Property UserIdentifier As String
'Usage
 
Dim instance As VolumeIdentifier
Dim value As String
 
instance.UserIdentifier = value
 
value = instance.UserIdentifier
public string UserIdentifier {get; set;}
 get_UserIdentifier();
set_UserIdentifier(value);
public: __property string* get_UserIdentifier();
public: __property void set_UserIdentifier( 
   string* value
);
public:
property string* UserIdentifier {
   string* get();
   void set (    string* value);
}

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: 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

Reference

VolumeIdentifier Class
VolumeIdentifier Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.