FavoriteItem.Type Property
Application specific favorite entry specifier.
Empty or Null represents that Favorite item is a Folder
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "type", EmitDefaultValue := False)> _
Public Property Type As String
[DataMemberAttribute(Name = "type", EmitDefaultValue = false)]
public string Type { get; set; }
[DataMemberAttribute(Name = L"type", EmitDefaultValue = false)]
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "type", EmitDefaultValue = false)>]
member Type : string with get, set
function get Type () : String
function set Type (value : String)
Property Value
Type: System.String
Returns String.
.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.