Okapi .NET Library

OutputFileItem.Path Property

 [This is preliminary documentation and subject to change.]

Full path of the output file.

[Visual Basic]
Public Property Path As String
[C#]
public string Path { get; set; }
[C++]
public: __property String* get_Path();
public: __property void set_Path(String* );
[JScript]
public function get Path() : String
public function set Path(String);

See Also

OutputFileItem Class | Okapi.Library.Utility Namespace