Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PackWebRequest::ConnectionGroupName Property

 

Gets or sets the name of the connection group.

Namespace:   System.IO.Packaging
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property String^ ConnectionGroupName {
	virtual String^ get() override;
	virtual void set(String^ value) override;
}

Property Value

Type: System::String^

The connection group name.

The ConnectionGroupName property enables the request to be associated with a connection group. A connection group is useful when application makes requests to the same server for different users.

The ConnectionGroupName property is an empty string if the request resolves from the PackageStore cache.

The ConnectionGroupName property is shared with the inner WebRequest (GetInnerRequest).

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft