SharingBoundaryAttribute::SharingBoundaryNames Property

.NET Framework (current version)
 

Gets the boundary names.

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

public:
property ReadOnlyCollection<String^>^ SharingBoundaryNames {
	ReadOnlyCollection<String^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<String^>^

A collection of the boundary names.

Return to top
Show: