ClientRightsQueryContext.MachineId Property

Namespace:  Microsoft.VisualStudio.Services.Licensing
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Property MachineId As String
public string MachineId { get; set; }
public:
property String^ MachineId {
    String^ get ();
    void set (String^ value);
}
member MachineId : string with get, set
function get MachineId () : String 
function set MachineId (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ClientRightsQueryContext Class

Microsoft.VisualStudio.Services.Licensing Namespace