SCCM WebService API Reference

SCCMSoapHeader..::..value2 Property

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


public string value2 { get; set; }
Public Property value2 As String
	Get
	Set
public:
property String^ value2 {
	String^ get ();
	void set (String^ value);
}