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

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

Gets the String with the specified property name. The property names are not case-sensitive and returns null if the property does not exist.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public string this[
	string propertyName
] { get; }

Parameters

propertyName
Type: SystemString

Property Value

Type: String
The property value, if the property exists; otherwise, null
See Also

Reference