| CreateAttributeDefinitionParamsValueSource Property |
Gets or sets the source of attribute values
Namespace: TSD.API.Remoting.UserDefinedAttributes.CreateAssembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax public AttributeValueSource ValueSource { get; set; }
Public Property ValueSource As AttributeValueSource
Get
Set
public:
property AttributeValueSource ValueSource {
AttributeValueSource get ();
void set (AttributeValueSource value);
}
member ValueSource : AttributeValueSource with get, set
Property Value
AttributeValueSourceSee Also