'Declaration
Public Function ValidateScript( _ ByVal credentials As CredentialProfile _ ) As MessageCollection
public MessageCollection ValidateScript( CredentialProfile credentials )
public: MessageCollection^ ValidateScript( CredentialProfile^ credentials )
Parameters
- credentials
- Optional CredentialProfile representing the identity to validate 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 validation warning or errors. If validation was successful, an informational
message will be included.