Bagikan melalui


ConnectedServiceMetadata.Kind Property

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Kind As ConnectedServiceKind
public ConnectedServiceKind Kind { get; set; }
public:
property ConnectedServiceKind Kind {
    ConnectedServiceKind get ();
    void set (ConnectedServiceKind value);
}
member Kind : ConnectedServiceKind with get, set
function get Kind () : ConnectedServiceKind 
function set Kind (value : ConnectedServiceKind)

Property Value

Type: Microsoft.TeamFoundation.Framework.Client.ConnectedServiceKind
Returns ConnectedServiceKind.

.NET Framework Security

See Also

Reference

ConnectedServiceMetadata Class

Microsoft.TeamFoundation.Framework.Client Namespace