Share via


GetOperation.IsNamespaceConflict Property

Whether the conflict is a namespace conflict or not Is a byte for backward compatibility - a newer client talking to an older server can tell whether the server populated this or not and fall back to the old logic 0 indicates it is not populated 1 indicates it is a namespace conflict 2 indicates it is not a namespace conflict

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "IsNamespaceConflict",  _
    Direction := ClientPropertySerialization.Bidirectional)> _
Public Property IsNamespaceConflict As Byte
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "IsNamespaceConflict", 
    Direction = ClientPropertySerialization.Bidirectional)]
public byte IsNamespaceConflict { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"IsNamespaceConflict", 
    Direction = ClientPropertySerialization::Bidirectional)]
public:
property unsigned char IsNamespaceConflict {
    unsigned char get ();
    void set (unsigned char value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "IsNamespaceConflict", 
    Direction = ClientPropertySerialization.Bidirectional)>]
member IsNamespaceConflict : byte with get, set
function get IsNamespaceConflict () : byte 
function set IsNamespaceConflict (value : byte)

Property Value

Type: System.Byte
Returns Byte.

.NET Framework Security

See Also

Reference

GetOperation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace