TeamProjectCollectionServicingActivity.LatestServicingOperations Property
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property LatestServicingOperations As String()
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public string[] LatestServicingOperations { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property array<String^>^ LatestServicingOperations {
array<String^>^ get ();
void set (array<String^>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member LatestServicingOperations : string[] with get, set
function get LatestServicingOperations () : String[]
function set LatestServicingOperations (value : String[])
Property Value
Type: array<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.