Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete. The non-obsolete alternative is .
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
<ObsoleteAttribute("This property has been deprecated. Please remove all references.")> _
Public Property Import As ProjectImport()
'Usage
Dim instance As Project
Dim value As ProjectImport()
value = instance.Import
instance.Import = value
[ObsoleteAttribute("This property has been deprecated. Please remove all references.")]
public ProjectImport[] Import { get; set; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.")]
public:
property array<ProjectImport^>^ Import {
array<ProjectImport^>^ get ();
void set (array<ProjectImport^>^ value);
}
public function get Import () : ProjectImport[]
public function set Import (value : ProjectImport[])
Property Value
Type: array<Microsoft.TeamFoundation.Build.Common.ProjectImport[]
.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.