SubscriptionDefinitionProperties Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the properties defined for this subscription.

Namespace: ContentStudio.Document.Subscription
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public SubscriptionPropertyCollection Properties { get; }

Property Value

Type: SubscriptionPropertyCollection
The a collection of properties of this subscription.
Remarks

The set of properties is exposed as a SubscriptionPropertyCollection object. The property names are not case sensitive and you can add, update or remove properties as long as their names are unique.
See Also

Reference