'Declaration
Public Function TestScript( _ ByVal credentials As CredentialProfile _ ) As MessageCollection
public MessageCollection TestScript( CredentialProfile credentials )
public: MessageCollection^ TestScript( CredentialProfile^ credentials )
Parameters
- credentials
- Optional CredentialProfile representing the identity to run the script under. If no profile is provided, the client identity is used. The caller must have Use permission for the profile.
Return Value
A collection of messages containing any messages from the execution. If execution was successful, an informational
message will be included.