Skip to content

f1a08b04 65df 3998 1b3c 1f4960149fad

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

Consumer(TPack).Publisher Property

Returns the publisher being consumed.

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public Publisher Publisher { get; }

VB

Public ReadOnly Property Publisher As Publisher
	Get

C++

public:
property Publisher^ Publisher {
	Publisher^ get ();
}

F#

member Publisher : Publisher with get

Property Value

Type: Publisher

See Also

Reference

Consumer(TPack) Class
NETLIB Namespace
Consumer.publisher
NETLIB.Publisher

Clone this wiki locally