SCCM WebService API Reference

PluginVersionConfigData..::..Functions Property

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

Syntax


public string[] Functions { get; set; }
Public Property Functions As String()
	Get
	Set
public:
property array<String^>^ Functions {
	array<String^>^ get ();
	void set (array<String^>^ value);
}