Share via


ApiResourceVersion.ResourceVersion Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ResourceVersion As Integer
[DataMemberAttribute]
public int ResourceVersion { get; private set; }
[DataMemberAttribute]
public:
property int ResourceVersion {
    int get ();
    private: void set (int value);
}
[<DataMemberAttribute>]
member ResourceVersion : int with get, private set
function get ResourceVersion () : int 
private function set ResourceVersion (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ApiResourceVersion Class

Microsoft.VisualStudio.Services.Common Namespace