CatalogItem.ModifiedBy Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property ModifiedBy As String
public string ModifiedBy { get; set; }
public:
property String^ ModifiedBy {
String^ get ();
void set (String^ value);
}
member ModifiedBy : string with get, set
function get ModifiedBy () : String
function set ModifiedBy (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.