PendingSet.PendingChangeSignature Property

For a local workspace, indicates the pending change signature for the pending set.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public ReadOnly Property PendingChangeSignature As Guid
public Guid PendingChangeSignature { get; }
public:
property Guid PendingChangeSignature {
    Guid get ();
}
member PendingChangeSignature : Guid with get
function get PendingChangeSignature () : Guid

Property Value

Type: System.Guid
The pending change signature for the pending set.

.NET Framework Security

See Also

Reference

PendingSet Class

Microsoft.TeamFoundation.VersionControl.Client Namespace