Class AddedPropertiesAttribute
Inheritance
AddedPropertiesAttribute
Assembly: AXSharp.Connector.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property, AllowMultiple = true)]
public class AddedPropertiesAttribute : Attribute
Constructors
|
Edit this page
View Source
AddedPropertiesAttribute(string, object)
Declaration
public AddedPropertiesAttribute(string propertyName, object propertyValue)
Parameters
Type |
Name |
Description |
string |
propertyName |
|
object |
propertyValue |
|
Properties
|
Edit this page
View Source
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
|
Edit this page
View Source
PropertyValue
Declaration
public object PropertyValue { get; set; }
Property Value