SharingBoundaryAttribute Constructor (array<String^>^)

.NET Framework (current version)
 

Initializes a new instance of the SharingBoundaryAttribute class.

Namespace:   System.Composition
Assembly:  System.Composition.AttributedModel (in System.Composition.AttributedModel.dll)

public:
SharingBoundaryAttribute(
	... array<String^>^ sharingBoundaryNames
)

Parameters

sharingBoundaryNames
Type: array<System::String^>^

The boundary names to create.

Return to top
Show: