Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URI that has been provisioned.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property ProvisionedUri As Uri
Get
'Usage
Dim instance As SPEvaluatorModeProvisioner
Dim value As Uri
value = instance.ProvisionedUri
public Uri ProvisionedUri { get; }
Property value
Type: System.Uri
A System.Uri object representing the URI.
See also
Reference
SPEvaluatorModeProvisioner class