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

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

Gets or gets the value for the specified property.

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

public string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The name of the property to get the value for. A property name must meet the requirements defined by the IsValidPropertyName(String) method (for set operations only).

Property Value

Type: String
The property value as a String if found, otherwise null (Nothing in Visual Basic) if the property does not exist.
Exceptions

ExceptionCondition
ArgumentNullExceptionname or value cannot be null
ArgumentExceptionThe name cannot be empty.
ArgumentOutOfRangeExceptionThe name is not valid (set operations only).
See Also

Reference