Compartir a través de


Package Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.ComponentModel.Activation
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
PropertyPackageAsIPackageDescriptionGetSet
'Usage
DiminstanceAsIPackagePartDescriptionDimvalueAsIPackageDescriptionvalue = instance.Package

instance.Package = value
[BrowsableAttribute(false)]
IPackageDescriptionPackage { get; set; }
[BrowsableAttribute(false)]
propertyIPackageDescription^ Package {
    IPackageDescription^ get ();
    voidset (IPackageDescription^ value);
}
function getPackage () : IPackageDescriptionfunction setPackage (value : IPackageDescription)

Property Value

Type: System.ComponentModel.Activation. . :: . .IPackageDescription

.NET Framework Security

See Also

Reference

IPackagePartDescription Interface

IPackagePartDescription Members

System.ComponentModel.Activation Namespace