Id of the project file to map

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public Guid FileId { get; set; }
Visual Basic
Public Property FileId As Guid
	Get
	Set
Visual C++
public:
property Guid FileId {
	Guid get ();
	void set (Guid value);
}

See Also