Intersoft ClientUI Documentation
VirtualPathIdentity Property



Gets or sets the unique identifier that represents the virtual path of the application package.
Syntax
Public Property VirtualPathIdentity As String
Dim instance As ApplicationPackage
Dim value As String
 
instance.VirtualPathIdentity = value
 
value = instance.VirtualPathIdentity
public string VirtualPathIdentity {get; set;}
public:
property String^ VirtualPathIdentity {
   String^ get();
   void set (    String^ value);
}
Remarks
The VirtualPathIdentity property works in conjunction with ClientUI navigation framework, mainly used for navigating to external application package in dynamic scenario. For more information, see ClientUI Application Services.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationPackage Class
ApplicationPackage Members

Send Feedback