PendingSet.PendingChangeSignature Property
For a local workspace, indicates the pending change signature for the pending set.
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 PendingChangeSignature As Guid
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public Guid PendingChangeSignature { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property Guid PendingChangeSignature {
Guid get ();
void set (Guid value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member PendingChangeSignature : Guid with get, set
function get PendingChangeSignature () : Guid
function set PendingChangeSignature (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
.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.