PlatformConfiguration.IsConfigurationEmpty Property
Gets a flag describing whether the Configuration property is not set.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public ReadOnly Property IsConfigurationEmpty As Boolean
Get
public bool IsConfigurationEmpty { get; }
public:
property bool IsConfigurationEmpty {
bool get ();
}
member IsConfigurationEmpty : bool
function get IsConfigurationEmpty () : boolean
Property Value
Type: System.Boolean
True if the Configuration property is not set.
.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