TfsGitCommitUser.FullName Property
Full user name
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.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: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.