Share via


PolicyFailure.Message Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Property Message As String
'Usage
Dim instance As PolicyFailure 
Dim value As String 

value = instance.Message

instance.Message = value
public string Message { get; protected set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
public function get Message () : String 
public function set Message (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PolicyFailure Class

PolicyFailure Members

Microsoft.TeamFoundation.VersionControl.Client Namespace