PendingSet.Type Property
Indicates whether this is a shelveset or a workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Type As PendingSetType
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public PendingSetType Type { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property PendingSetType Type {
PendingSetType get ();
void set (PendingSetType value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Type : PendingSetType with get, set
function get Type () : PendingSetType
function set Type (value : PendingSetType)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.PendingSetType
Returns PendingSetType.
.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.