SCCM WebService API Reference

KeyValuePair<(Of <(<'K, V>)>)>..::..Value Property

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

Syntax


public V Value { get; set; }
Public Property Value As V
	Get
	Set
public:
property V Value {
	V get ();
	void set (V value);
}