ResourceDataSet.ResourcesRow.IsWRES_EMAIL_LANGUAGENull-Methode
Bestimmt, ob die WRES_EMAIL_LANGUAGE -Eigenschaft auf einen null-Wert festgelegt ist.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsWRES_EMAIL_LANGUAGENull As Boolean
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim returnValue As Boolean
returnValue = instance.IsWRES_EMAIL_LANGUAGENull()
public bool IsWRES_EMAIL_LANGUAGENull()
Rückgabewert
Typ: System.Boolean
True , wenn der Wert der Eigenschaft festgelegt ist, Null; andernfalls False.
Siehe auch
Referenz
ResourceDataSet.ResourcesRow Klasse