ProjectFileConverter.IsUserFile Property

Definition

Gets or sets a value indicating whether the project file being converted is a .user file.

public:
 property bool IsUserFile { bool get(); void set(bool value); };
public bool IsUserFile { get; set; }
public bool IsUserFile { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.IsUserFile : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsUserFile : bool with get, set
Public Property IsUserFile As Boolean

Property Value

true if the project file being converted is a .user file; otherwise, false.

Attributes

Applies to