TeamBuildEventArgs.Tag Property
Namespace: Microsoft.TeamFoundation.Build
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public ReadOnly Property Tag As String
public string Tag { get; }
public:
property String^ Tag {
String^ get ();
}
member Tag : string with get
function get Tag () : String
Property Value
Type: System.String
Returns String.
.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.