ProcessTraits.FullName Property

Gets the fully qualified path name of the process.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Property FullName As String
public string FullName { get; private set; }
public:
property String^ FullName {
    String^ get ();
    private: void set (String^ value);
}
member FullName : string with get, private set
function get FullName () : String 
private function set FullName (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

ProcessTraits Class

Microsoft.VisualStudio.IntelliTrace Namespace