SCCM WebService API Reference

SCCMSoapHeader..::..value1 Property

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

Syntax


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