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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.