TeamProjectDeleter.StatusEventArgs.message Property
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.DeleteTeamProject (in Microsoft.TeamFoundation.DeleteTeamProject.dll)
Syntax
'Declaration
Public Property message As String
public string message { get; private set; }
public:
property String^ message {
String^ get ();
private: void set (String^ value);
}
member message : string with get, private set
function get message () : String
private function set message (value : 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.