'Declaration
<NotNullAttribute()> Property UserTrustedStorePath As String
'Usage
Dim instance As _UAApplicationManifest Dim value As String instance.UserTrustedStorePath = value value = instance.UserTrustedStorePath
[NotNull()] string UserTrustedStorePath {get; set;}