SubscribeType.Item Property

Definition

The Item property gets or sets the subscription type. This property gets or sets either a PullSubscriptionRequestType or PushSubscriptionRequestType object. This property is required. This is a read/write property.

public:
 property System::Object ^ Item { System::Object ^ get(); void set(System::Object ^ value); };
public object Item { get; set; }
Public Property Item As Object

Property Value

The Item property returns a BaseSubscriptionRequestType object that represents the subscription type.

Remarks

The Item property can be set with either a PullSubscriptionRequestType or PushSubscriptionRequestType object. Both types extend BaseSubscriptionRequestType, which is an abstract class. For more information about why this property is set with these objects, see XML Schema Choice Element Proxy Artifacts.

Applies to