IProfileDispositionMethods Property | |
Gets or sets DispositionMethods
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax List<DispositionMethod> DispositionMethods { get; set; }
property List<DispositionMethod^>^ DispositionMethods {
List<DispositionMethod^>^ get ();
void set (List<DispositionMethod^>^ value);
}
function get_DispositionMethods();
function set_DispositionMethods(value);
Property Value
Type:
ListDispositionMethodSee Also