TfvcShelvesetRef.Id Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Id As String
[DataMemberAttribute(EmitDefaultValue = false)]
public string Id { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TfvcShelvesetRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace