Skip to content

99e00cfd 1cc5 11d7 3472 b4d78b7113aa

Fernando Garcia edited this page May 8, 2018 · 1 revision

ReferenceModel.Path Property

Additional header content

Gets or sets the path where is located the assembly.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string Path { get; set; }

VB

Public Property Path As String
	Get
	Set

Property Value

Type: String
Path where is located the assembly. To specify a relative path use the character (~). The default is "Default".

Exceptions

 

Exception Condition
ArgumentNullException If value is null.
InvalidPathNameException If value is an invalid path name.

Remarks

ITEE Object Element Usage

<Reference Path="Default|string" .../>

See Also

Reference

ReferenceModel Class
iTin.Export.Model Namespace

Clone this wiki locally