  | ResourceCheckoutLockUserIdentity Property  | 
 
            Security user key which has the lock
            
 
    Namespace: 
   SanteDB.Core.Services.Impl
    Assembly:
   SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic string UserIdentity { get; set; }Public Property UserIdentity As String
	Get
	Set
public:
property String^ UserIdentity {
	String^ get ();
	void set (String^ value);
}member UserIdentity : string with get, set
Property Value
Type: 
String
See Also