UpdatePackage.Options Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Options As UpdatePackageOptions
public UpdatePackageOptions Options { get; internal set; }
public:
property UpdatePackageOptions Options {
UpdatePackageOptions get ();
internal: void set (UpdatePackageOptions value);
}
member Options : UpdatePackageOptions with get, internal set
function get Options () : UpdatePackageOptions
internal function set Options (value : UpdatePackageOptions)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.UpdatePackageOptions
Returns UpdatePackageOptions.
.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.