In This Topic
Base Uri used to construct a Jpip Uri
Syntax
'Declaration
Public Shared Property JpipUriBase As String
'Usage
Dim value As String
Jpip.JpipUriBase = value
value = Jpip.JpipUriBase
public static string JpipUriBase {get; set;}
public:
static property String^ JpipUriBase {
String^ get();
void set ( String^ value);
}
Requirements
Target Platforms: .NET CLR 4.0 or higher
See Also