---
title: "$SecureResourceProperty"
---
the value of a specified secure resource property
$SecureResourceProperty(resource, property, [type])
Name | Description |
---|---|
☆ resource | The name of the resource to read. |
☆ property | The name of the resource property to get. |
type | The type of the resource property to get. |
# InternalProGet is a ProGet Secure Resource
set $host = $CredentialProperty(InternalProGet, ServerUrl);
exec sometool.exe --host $host;