RDataItem.Key Property
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Key As RDataItemType
public RDataItemType Key { get; set; }
public:
property RDataItemType Key {
RDataItemType get ();
void set (RDataItemType value);
}
member Key : RDataItemType with get, set
function get Key () : RDataItemType
function set Key (value : RDataItemType)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.Alm.RDataItemType
.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.