ArtifactId.ToString Method
Gets a user-readable string that summarizes the properties of this ArtifactId instance.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Public Function ToString As String
public string ToString()
public:
String^ ToString()
member ToString : unit -> string
public function ToString() : String
Return Value
Type: System.String
A user-readable string that summarizes the properties of this ArtifactId instance.
.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.