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
- 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.VisualStudio.TeamFoundation.VersionControl Namespace