Compartir a través de


Metadata 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
PublicReadOnlyPropertyMetadataAsIDictionary(OfString, Object)
    Get
'Usage
DiminstanceAsPackageDescriptionDimvalueAsIDictionary(OfString, Object)

value = instance.Metadata
publicIDictionary<string, Object> Metadata { get; }
public:
virtualpropertyIDictionary<String^, Object^>^ Metadata {
    IDictionary<String^, Object^>^ get () sealed;
}
finalfunction getMetadata () : IDictionary<String, Object>

Property Value

Type: System.Collections.Generic. . :: . .IDictionary< (Of < ( <'String, Object> ) > ) >

Implements

IPackageDescription. . :: . .Metadata

.NET Framework Security

See Also

Reference

PackageDescription Class

PackageDescription Members

System.ComponentModel.Activation Namespace