Share via


TfvcPolicyFailureInfo.PolicyName Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "policyName", EmitDefaultValue := False)> _
Public Property PolicyName As String
[DataMemberAttribute(Name = "policyName", EmitDefaultValue = false)]
public string PolicyName { get; set; }
[DataMemberAttribute(Name = L"policyName", EmitDefaultValue = false)]
public:
property String^ PolicyName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(Name = "policyName", EmitDefaultValue = false)>]
member PolicyName : string with get, set
function get PolicyName () : String 
function set PolicyName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfvcPolicyFailureInfo Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace