Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the user who checked out the lookup table for editing.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LT_CHECKOUTBY As Guid
Get
Set
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim value As Guid
value = instance.LT_CHECKOUTBY
instance.LT_CHECKOUTBY = value
public Guid LT_CHECKOUTBY { get; set; }
Property value
Type: System.Guid
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class