WriteBuildMessage.Importance Property
Gets or sets the importance of the message.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
‘선언
<BrowsableAttribute(True)> _
Public Property Importance As InArgument(Of BuildMessageImportance)
Get
Set
[BrowsableAttribute(true)]
public InArgument<BuildMessageImportance> Importance { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<BuildMessageImportance>^ Importance {
InArgument<BuildMessageImportance>^ get ();
void set (InArgument<BuildMessageImportance>^ value);
}
[<BrowsableAttribute(true)>]
member Importance : InArgument<BuildMessageImportance> with get, set
function get Importance () : InArgument<BuildMessageImportance>
function set Importance (value : InArgument<BuildMessageImportance>)
Property Value
Type: System.Activities.InArgument<BuildMessageImportance>
The importance of the message.
.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