DriverPrioritizationDataSet.DriverRelationsRow.IsLT_STRUCT_UIDNull method
Determines whether the LT_STRUCT_UID property is set to a null value.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsLT_STRUCT_UIDNull As Boolean
'Usage
Dim instance As DriverPrioritizationDataSet.DriverRelationsRow
Dim returnValue As Boolean
returnValue = instance.IsLT_STRUCT_UIDNull()
public bool IsLT_STRUCT_UIDNull()
Return value
Type: System.Boolean
Returns Boolean.
See also
Reference
DriverPrioritizationDataSet.DriverRelationsRow class