Share via


AddInSecurityEntry.Uri Property

Gets a uniform resource identifier (URI) that specifies the location of the deployment manifest.

Namespace:  Microsoft.VisualStudio.Tools.Office.Runtime.Security
Assembly:  Microsoft.VisualStudio.Tools.Office.Runtime (in Microsoft.VisualStudio.Tools.Office.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property Uri As Uri
    Get
'Usage
Dim instance As AddInSecurityEntry
Dim value As Uri

value = instance.Uri
public Uri Uri { get; }

Property Value

Type: System.Uri
A Uri that specifies the location of the deployment manifest.

.NET Framework Security

See Also

Reference

AddInSecurityEntry Class

AddInSecurityEntry Members

Microsoft.VisualStudio.Tools.Office.Runtime.Security Namespace