Table of Contents

Interface IPropertyBag

Namespace
Amazon.Runtime.Endpoints
Assembly
AWSSDK.Core.dll

Property bag interface.

public interface IPropertyBag

Properties

this[string]

Indexer to access property value by name

object this[string propertyName] { get; set; }

Parameters

propertyName string

Name of the property

Property Value

object