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
- 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.