ServicingJobInfo.LogUri Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "logUri", Order := )> _
Public Property LogUri As String
[DataMemberAttribute(Name = "logUri", Order = )]
public string LogUri { get; set; }
[DataMemberAttribute(Name = L"logUri", Order = )]
public:
property String^ LogUri {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "logUri", Order = )>]
member LogUri : string with get, set
function get LogUri () : String
function set LogUri (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.