Share via


GitBlobRef.ObjectId Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GitBlobRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace