DataTypeItem.SourceField Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'宣言
Public Property SourceField As String
    Get
    Set
public string SourceField { get; set; }
public:
property String^ SourceField {
    String^ get ();
    void set (String^ value);
}
member SourceField : string with get, set
function get SourceField () : String
function set SourceField (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

DataTypeItem Class

Microsoft.TeamFoundation.Warehouse Namespace