WorkflowHelpers.IsValueSet Method
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function IsValueSet ( _
value As Object _
) As Boolean
public static bool IsValueSet(
Object value
)
public:
static bool IsValueSet(
Object^ value
)
static member IsValueSet :
value:Object -> bool
public static function IsValueSet(
value : Object
) : boolean
Parameters
- value
Type: System.Object
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.