PendingChangesExt.PolicyOverrideComment Property

Get the policy override comment.

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

Syntax

'Declaration
Public ReadOnly Property PolicyOverrideComment As String
public string PolicyOverrideComment { get; }
public:
virtual property String^ PolicyOverrideComment {
    String^ get () sealed;
}
abstract PolicyOverrideComment : string with get 
override PolicyOverrideComment : string with get
final function get PolicyOverrideComment () : String

Property Value

Type: System.String
Returns String.

Implements

IPendingChangesExt.PolicyOverrideComment

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace