ProfileCodMethods Property | |
Gets or sets CodMethods
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<CodMethod> CodMethods { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<CodMethod^>^ CodMethods {
List<CodMethod^>^ get () sealed;
void set (List<CodMethod^>^ value) sealed;
}
function get_CodMethods();
function set_CodMethods(value);
Property Value
Type:
ListCodMethodImplements
IProfileCodMethodsSee Also