ServiceUploadParameters(Int32, Boolean, String, Guid) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ServiceUploadParameters(int revision, bool machineLocal, System::String ^ value, Guid clientId);
public ServiceUploadParameters (int revision, bool machineLocal, string value, Guid clientId);
new Microsoft.VisualStudio.Settings.ServiceUploadParameters : int * bool * string * Guid -> Microsoft.VisualStudio.Settings.ServiceUploadParameters
Public Sub New (revision As Integer, machineLocal As Boolean, value As String, clientId As Guid)
Parameters
- revision
- Int32
- machineLocal
- Boolean
- value
- String
- clientId
- Guid