ReshelvedShelveset.OriginalName Property
The name of the original shelveset.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property OriginalName As String
public string OriginalName { get; set; }
public:
property String^ OriginalName {
String^ get ();
void set (String^ value);
}
member OriginalName : string with get, set
function get OriginalName () : String
function set OriginalName (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.