ProfileCoMethods Property | |
Gets or sets COMethods
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<CoMethod> CoMethods { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<CoMethod^>^ CoMethods {
List<CoMethod^>^ get () sealed;
void set (List<CoMethod^>^ value) sealed;
}
function get_CoMethods();
function set_CoMethods(value);
Property Value
Type:
ListCoMethodImplements
IProfileCoMethodsSee Also