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
- 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.