Share via


StrongBoxItemInfo.ItemKind Property

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property ItemKind As StrongBoxItemKind
[ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public StrongBoxItemKind ItemKind { get; set; }
[ClientPropertyAttribute(ClientVisibility::ProductInternal, ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property StrongBoxItemKind ItemKind {
    StrongBoxItemKind get ();
    void set (StrongBoxItemKind value);
}
[<ClientPropertyAttribute(ClientVisibility.ProductInternal, ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member ItemKind : StrongBoxItemKind with get, set
function get ItemKind () : StrongBoxItemKind 
function set ItemKind (value : StrongBoxItemKind)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemKind
Returns StrongBoxItemKind.

.NET Framework Security

See Also

Reference

StrongBoxItemInfo Class

Microsoft.TeamFoundation.Framework.Server Namespace