PlatformConfiguration.IsEmpty Property
Gets a flag indicating whether both Configuration and Platform properties are not set.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public ReadOnly Property IsEmpty As Boolean
Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean
Property Value
Type: System.Boolean
True if both Configuration and Platform properties are not set; otherwise, false.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace