IResourceAbsolutePath Property  | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Gets an absolute path of this resource.
            
 
    Namespace: 
   Tangosol.IO.Resources
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxstring AbsolutePath { get; }Property Value
Type: 
StringThe absolute path of this resource.
Remarks
            The exact value returned will depend on the specific
            resource implementation.
            
            For example, file system-based resources that support
            relative path resolution, such as 
FileResource
            and 
WebResource, should return an absolute
            path of the resource on the file system. Other resource
            types should return fully qualified URI for the resource,
            which is basically the value of the 
Uri
            property.
            
See Also