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