SyncMapping.Mapping Property

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Mapping As String
public string Mapping { get; set; }
public:
property String^ Mapping {
    String^ get ();
    void set (String^ value);
}
member Mapping : string with get, set
function get Mapping () : String 
function set Mapping (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

SyncMapping Class

Microsoft.TeamFoundation.Integration.Server Namespace