C-DEngine 5.105

TheServiceHostInfo..::..SetAllowRemoteAdministration Method

Allows to change the AllowRemoteAdministration Setting if the request came from a user with Administrator rights

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool SetAllowRemoteAdministration(
	bool pAllow,
	Guid pUID
)
Public Function SetAllowRemoteAdministration ( _
	pAllow As Boolean, _
	pUID As Guid _
) As Boolean
public:
bool^ SetAllowRemoteAdministration(
	bool^ pAllow, 
	Guid^ pUID
)

Parameters

pAllow
Type: Boolean
pUID
Type: Guid

Return Value