SubscriptionPropertyCollectionGetProperty Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

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 GetProperty(
	string name
)

Parameters

name
Type: SystemString
The name of the property to get the value for.

Return 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 cannot be null
ArgumentExceptionThe name cannot be empty.
See Also

Reference