• Version 4.1.0
Show / Hide Table of Contents

Class AssetAttribute

Information about asset attribute.

Inheritance
object
AssetAttribute
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
[Serializable]
public class AssetAttribute

Properties

StreamAssetAttributeType

Name of the attribute.

Declaration
public string StreamAssetAttributeType { get; set; }
Property Value
Type Description
string

StreamAssetAttributeValue

Value of the attribute.

Declaration
public string StreamAssetAttributeValue { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX