SCCM WebService API Reference

SCCMSoapHeader..::..value3 Property

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

Syntax


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